Reputation: 105
I want to test our token incl. naming, icon, price etc. on the Solana Devnet but was only able to find the token-list PR which is currently only available for the Solana mainnet (as far as I can tell)
Can someone tell me if there's a "token-list pull request" on the devnet or an alternative way to handle that, pls.?
Upvotes: 1
Views: 3617
Reputation: 3011
As Jon pointed out, you need to make a PR to solana-labs/token-list.
However, the repository has been archived, so this method no longer work.
In the README you will find latest instructions to update the token metadata.
You can also use this tool https://token-creator-lac.vercel.app/ to update your token metadata on devnet.
Here is a screenshot of my Phantom wallet after updating token metadata:
Upvotes: 0
Reputation: 8472
To add a new token for devnet only, you can put in a normal token addition pull request, but you'll have to specify "chainId": 103
for devnet. This is defined at [1], and you can see all of the current devnet tokens at [2].
Upvotes: 4