Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rinkeby token list #3

Open
nlordell opened this issue Mar 31, 2022 · 0 comments
Open

Update Rinkeby token list #3

nlordell opened this issue Mar 31, 2022 · 0 comments

Comments

@nlordell
Copy link
Contributor

Currently, our default token list has just three tokens:

$ curl https://raw.githubusercontent.com/Uniswap/token-lists/master/test/schema/bigexample.tokenlist.json  | jq '.tokens[] | select(.chainId == 4)'
{
  "address": "0xc778417E063141139Fce010982780140Aa0cD5Ab",
  "chainId": 4,
  "name": "Wrapped Ether",
  "symbol": "WETH",
  "decimals": 18
}
{
  "address": "0xc7AD46e0b8a400Bb3C915120d284AafbA8fc4735",
  "chainId": 4,
  "name": "Dai Stablecoin",
  "symbol": "DAI",
  "decimals": 18
}
{
  "address": "0xF9bA5210F91D0474bd1e1DcDAeC4C58E359AaD85",
  "chainId": 4,
  "name": "Maker",
  "symbol": "MKR",
  "decimals": 18
}

After fixing #23, we could use a larger list, for example here are the lists used by the frontend.

Original issue gnosis/gp-v2-trading-bot#24 by @fedgiac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant