Skip to content

Commit

Permalink
Merge pull request #297 from KyberNetwork/feature/whilelist-ape
Browse files Browse the repository at this point in the history
Whilelist APE
  • Loading branch information
nhd98z authored Mar 18, 2022
2 parents 31d2875 + 8a68b34 commit 250c238
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/tokenLists/ethereum.tokenlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ const ETHEREUM_TOKEN_LIST = {
decimals: 18,
logoURI: 'https://i.imgur.com/zhZo9Bx.jpg',
},
'0x4d224452801aced8b2f0aebe155379bb5d594381': {
chainId: 1,
address: '0x4d224452801aced8b2f0aebe155379bb5d594381',
symbol: 'APE',
name: 'ApeCoin',
decimals: 18,
logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/18876.png',
},
}

export default ETHEREUM_TOKEN_LIST

0 comments on commit 250c238

Please sign in to comment.