Skip to content

Commit aa658b2

Browse files
fix: fixing decimal places for the world:usdc
Ticket: WIN-6000 TICKET: WIN-6000
1 parent 60e3db1 commit aa658b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3254,7 +3254,7 @@ export const coins = CoinMap.fromCoins([
32543254
'78aaa845-2c36-4f16-bc0f-6a4c65b43dab',
32553255
'world:usdc',
32563256
'USDC',
3257-
18,
3257+
6,
32583258
'0x79a02482a880bce3f13e09da970dc34db4cd24d1',
32593259
UnderlyingAsset['world:usdc']
32603260
),
@@ -3270,7 +3270,7 @@ export const coins = CoinMap.fromCoins([
32703270
'd347b3ba-73ac-4f3d-bd3a-e68b7c1e4669',
32713271
'tworld:usdc',
32723272
'USDC',
3273-
18,
3273+
6,
32743274
'0x66145f38cbac35ca6f1dfb4914df98f1614aea88',
32753275
UnderlyingAsset['tworld:usdc']
32763276
),

0 commit comments

Comments
 (0)