Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.25 KB

emerald-default-token-list

Tests npm

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

  1. create oasis-default-token-list app in heroku dashboard
  2. 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