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.?
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].