1

solanaネットワークにトークンのシンボルと名前、アイコンを設定していきます。 このリンクを確認しました。

みたいな書き込みがありました。 Submit PR with changes to JSON file src/tokens/solana.tokenlist.json. Please follow the Uniswap Token List specification found here: https://github.com/Uniswap/token-lists

詳しい方法を知りたいです。ありがとうございました。

4

1 に答える 1

0

リポジトリ内の他のプル リクエストの 1 つを見ると、どのような変更を行うべきかについての詳細情報が得られます。例を次に示します: https://github.com/solana-labs/token-list/pull/1167

その中で、次のように述べています。

Please include change to the src/tokens/solana.tokenlist.json file in the PR.
DON'T modify any other token on the list.

At minimum each entry should have

    Token Address:
    Token Name:
    Token Symbol:
    Logo: (logo should be uploaded under assets/mainnet//*.<png/svg>)
    Link to the official homepage of token:
    Coingecko ID if available (https://www.coingecko.com/api/documentations/v3#/coins/get_coins__id_):

GitHub を介してプル リクエストを送信する方法の詳細については、https ://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your- のドキュメントをご覧ください。 work-with-pull-requests/プルリクエストについて

于 2021-09-24T09:50:05.177 に答える