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

Add COW to Rinkeby list and update Rinkeby list link #396

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/custom/constants/lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BA_LIST = 'https://raw.githubusercontent.com/The-Blockchain-Association/se

// Rinkeby Default
const RINKEBY_LIST =
'https://raw.githubusercontent.com/gnosis/gp-swap-ui/master/src/custom/tokens/rinkeby-token-list.json'
'https://raw.githubusercontent.com/cowprotocol/cowswap/main/src/custom/tokens/rinkeby-token-list.json'

// XDAI Default
const HONEY_SWAP_XDAI = 'https://tokens.honeyswap.org'
Expand Down
8 changes: 8 additions & 0 deletions src/custom/tokens/rinkeby-token-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"address": "0xd0Dab4E640D95E9E8A47545598c33e31bDb53C7c",
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png"
},
{
"name": "CoW Protocol Token",
"chainId": 4,
"symbol": "COW",
"decimals": 18,
"address": "0xbdf1e19f8c78A77fb741b44EbA5e4c0C8DBAeF91",
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/logo.png"
},
{
"name": "USDT",
"chainId": 4,
Expand Down