We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, our default token list has just three tokens:
After fixing #23, we could use a larger list, for example here are the lists used by the frontend.
The text was updated successfully, but these errors were encountered: