Skip to content

Commit

Permalink
Add COW to Rinkeby list and update Rinkeby list link (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored Apr 8, 2022
1 parent 736db8d commit 8825bb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 8825bb7

Please sign in to comment.