Skip to content

Commit

Permalink
Merge pull request #73 from jediswaplabs/iamoskvin/ETH_fix
Browse files Browse the repository at this point in the history
added ETH hardcoded tokenlist
  • Loading branch information
iamoskvin authored May 8, 2024
2 parents 56aec2e + 0dcc281 commit 16a7f73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export const DEFAULT_TOKENS_WHITELIST = {
symbol: 'WBTC',
logoURI: require('../assets/tokens/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599.png'),
},
'0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7': {
symbol: 'ETH',
logoURI: require('../assets/tokens/0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7.png'),
},
}),
...(!isTestnetEnvironment() && {
'0xda114221cb83fa859dbdb4c44beeaa0bb37c7537ad5ae66fe5e0efd20e6eb3': {
Expand Down

0 comments on commit 16a7f73

Please sign in to comment.