Official token list of Syndicate bridge.
To add a token to Syndicate bridge:
- Install dependencies via
yarn install. Note: you must be on Node.js 14.x or later to do this. - Add your token's logo to
assets/ - Add your token to
src/<network>.token-list.json, where<network>is the name of the network your token is deployed to. - Run
yarn buildto regenerate the main token list. - Submit a pull request.
MIT