Skip to content

Commit

Permalink
fix(coins): remove duplicated ETH definition on AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Jul 21, 2022
1 parent dd1a63b commit b264800
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1105,20 +1105,6 @@ const basicCoins: BasicCoin[] = [
},
},
},
// > AURORA
{
key: CoinKey.ETH,
name: 'AETH',
logoURI:
'https://static.debank.com/image/aurora_token/logo_url/aurora/d61441782d4a08a7479d54aea211679e.png',
verified: true,
chains: {
[ChainId.AUR]: {
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
},
},
},
]

export const defaultCoins: Array<Coin> = basicCoins.map((coin) => {
Expand Down

0 comments on commit b264800

Please sign in to comment.