Skip to content

Commit

Permalink
fix: usdce aurora and add native usdc (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 authored Oct 2, 2024
1 parent da97757 commit 33bc073
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/coins/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ export const basicCoins: BasicCoin[] = [
decimals: 6,
},
[ChainId.AUR]: {
address: '0xB12BFcA5A55806AaF64E99521918A4bf0fC40802',
address: '0x368EBb46ACa6b8D0787C96B2b20bD3CC3F2c45F7',
decimals: 6,
},
// https://evmexplorer.velas.com/token/0xe2C120f188eBd5389F71Cf4d9C16d05b62A58993
Expand Down Expand Up @@ -818,6 +818,12 @@ export const basicCoins: BasicCoin[] = [
name: 'Bridged USD Coin',
symbol: 'USDC.e',
},
[ChainId.AUR]: {
address: '0xB12BFcA5A55806AaF64E99521918A4bf0fC40802',
decimals: 6,
name: 'Bridged USD Coin',
symbol: 'USDC.e',
},
},
},
// axlUSDC
Expand Down

0 comments on commit 33bc073

Please sign in to comment.