Skip to content

Commit e1cc1ef

Browse files
Merge pull request #7474 from BitGo/WIN-7765
feat: add monad usdc token
2 parents 86b44b1 + b61c328 commit e1cc1ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,15 @@ export const allCoinsAndTokens = [
25932593
UnderlyingAsset['mon:wmon'],
25942594
Networks.main.mon
25952595
),
2596+
erc20Token(
2597+
'5b648116-5138-438f-9835-eba792d5c133',
2598+
'mon:usdc',
2599+
'Monad USDC',
2600+
18,
2601+
'0x754704bc059f8c67012fed69bc8a327a5aafb603',
2602+
UnderlyingAsset['mon:usdc'],
2603+
Networks.main.mon
2604+
),
25962605

25972606
hederaCoin(
25982607
'98aad956-27ee-45dd-aa43-6a23c9a1d1d0',

0 commit comments

Comments
 (0)