Skip to content

Commit

Permalink
add taiko core assets(USDC_e and USDT) (#10804)
Browse files Browse the repository at this point in the history
* add taiko core assets(USDC_e and USDT)

* add token mapping

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
drummaster98 and g1nt0ki authored Jun 28, 2024
1 parent ad98d5d commit d394b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,8 @@
},
"taiko": {
"USDC": "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
"USDT": "0x2def195713cf4a606b49d07e520e22c17899a736",
"USDC_e": "0x19e26b0638bf63aa9fa4d14c6baf8d52ebe86c5c",
"WETH": "0xA51894664A773981C6C112C43ce576f315d5b1B6"
},
"stellar": {
Expand Down
2 changes: 2 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ const fixBalancesTokens = {
[ADDRESSES.null]: { coingeckoId: 'ethereum', decimals: 18 },
[ADDRESSES.taiko.WETH]: { coingeckoId: 'ethereum', decimals: 18 },
[ADDRESSES.taiko.USDC]: { coingeckoId: 'usd-coin', decimals: 6 },
[ADDRESSES.taiko.USDC_e]: { coingeckoId: 'usd-coin', decimals: 6 },
[ADDRESSES.taiko.USDT]: { coingeckoId: 'tether', decimals: 6 },
},
sei: {
'0x3894085ef7ff0f0aedf52e2a2704928d1ec074f1': { coingeckoId: 'usd-coin', decimals: 6 },
Expand Down

0 comments on commit d394b3f

Please sign in to comment.