@hybridx-exchange/token-list
v0.1.0
Published
◦ Hybridx exchange token list
Downloads
2
Readme
emerald-default-token-list
This NPM module and GitHub repo contains the default token list used in the Uniswap interface.
Adding a token
To request that we add a token to the list, file an issue.
Disclaimer
Note filing an issue does not guarantee addition to this default token list. We do not review token addition requests in any particular order, and we do not guarantee that we will review your request to add the token to the default list.
deploy in heroku
- create oasis-default-token-list app in heroku dashboard
- deploy in bash/cmd
heroku login
mkdir oasis-default-token-list && cd oasis-default-token-list
git init
heroku git:remote -a default-token-list
# copy your project file to here for deploy
git add .
git commit -am "make it better"
git push heroku master