Skip to content

Commit c75db75

Browse files
Merge pull request #7476 from BitGo/WIN-7765
fix: decimals to 6 for mon:usdc
2 parents 2c3a6c9 + b180293 commit c75db75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ export const allCoinsAndTokens = [
25972597
'5b648116-5138-438f-9835-eba792d5c133',
25982598
'mon:usdc',
25992599
'Monad USDC',
2600-
18,
2600+
6,
26012601
'0x754704bc059f8c67012fed69bc8a327a5aafb603',
26022602
UnderlyingAsset['mon:usdc'],
26032603
Networks.main.mon

0 commit comments

Comments
 (0)