-
Notifications
You must be signed in to change notification settings - Fork 82
How To: Token and whitelist update for non mainnet
ZeKraken edited this page Jan 5, 2023
·
4 revisions
- Clone assets repo
- Switch to refactor-for-multichain branch
- Create new branch
- Add token address to xxxxx_listed.json and xxxxx_vetted.json (xxxxx = arbitrum or polygon), address should match blockchain explorer case
- Add token image to assets folder, must be png file and a lowercase address
- Run ‘yarn generate’ (you may need to run this 3 times before it completes, make sure you see "Done" status)
- Adjust URL in xxxxx_listed.json and xxxxx_vetted.json (xxxxx = arbitrum or polygon) in the generated folder to ‘refactor-for-multichain’ from ‘master’
- Commit changes
- Open a new PR and merge your branch with refactor-for-multichain branch