Ajna (Static) tokenList - SmolDapp
In order to get your tokens added to the ajnafi.com UI, in the Select Token
modal, your token must be added to the official Ajna Static Token list. However, a few rules must be observed for your request to be accepted:
/generators/static/ajna-static.go
file (https://github.com/SmolDapp/tokenLists/blob/main/generators/static/ajna-static.go)// For a single new token
{common.HexToAddress(`ADDRESS OF YOUR TOKEN`), `HTTPS LINK TO YOUR TOKEN IMAGE`},
// For a new chain and a new token, where 10 is an example corresponding to the chain we want to add
10: {
{common.HexToAddress(`ADDRESS OF YOUR TOKEN`), `HTTPS LINK TO YOUR TOKEN IMAGE`},
},
<aside> 💡 All verifications are done by human. Your PR will probably not be merged right away. Please be patient.
</aside>
You can find an example of a PR to add a token to the AJNA list here: