Token verification
Learn how to verify a token for your Space.
Snapshot is using the Uniswap list in combination with Snapshot's own list in order to verify assets available for building transactions.
By default tokens that are on the list are marked as verified with a green badge:

To see unverified tokens you can select the filter option:

Fork the snapshot-sidekick repository on Github:
Navigate to
data/verifiedTokens.json
file:└── data
└── verifiedTokens.json
Update it with the JSON details of the token you wish to add (replace each value accordingly):
{
"name": "Wrapped Ether",
"address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"symbol": "WETH",
"decimals": 18,
"chainId": 5,
"logoURI": ""
}
Make sure to keep structure of the file intact and add necessary commas before or after the curly braces
{}.
It's now in the hands of the Snapshot team to review your changes and apply them to https://snapshot.org.
The average time to merge a PR is 2-3 days, so please be patient! 😉
Last modified 3mo ago