Skip to content

Commit 8878814

Browse files
fix: update stx:susdh decimal value
TICKET: WIN-5098
1 parent 876e7c5 commit 8878814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ export const ofcCoins = [
16781678
APT_OFC_TOKEN_FEATURES
16791679
),
16801680
ofcStxToken('2d2f9c7f-7d10-480e-a0ef-6893cf4d3493', 'ofcstx:sbtc', 'sBTC', 8, UnderlyingAsset['stx:sbtc']),
1681-
ofcStxToken('cc76810a-e19c-4123-ad0c-be39ce08550a', 'ofcstx:susdh', 'sUSDH', 6, UnderlyingAsset['stx:susdh']),
1681+
ofcStxToken('cc76810a-e19c-4123-ad0c-be39ce08550a', 'ofcstx:susdh', 'sUSDH', 8, UnderlyingAsset['stx:susdh']),
16821682
ofcStxToken('df131c24-8458-49ea-8f7d-7dcce6b13ad9', 'ofcstx:ststx', 'stSTX', 6, UnderlyingAsset['stx:ststx']),
16831683
tofcStxToken('a7f63434-b424-4f8f-94d8-476f827e4d1b', 'ofctstx:tsbtc', 'Test sBTC', 8, UnderlyingAsset['tstx:tsbtc']),
16841684
ofcStxToken('10210906-6701-4c25-a204-0fe7399bae83', 'ofcstx:alex', 'Alex Labs', 8, UnderlyingAsset['stx:alex']),

modules/statics/src/coins/sip10Tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const sip10Tokens = [
4848
'baaf7ebe-b931-4a5e-a173-ab514688df73',
4949
'stx:susdh',
5050
'sUSDH',
51-
6,
51+
8,
5252
'SPN5AKG35QZSK2M8GAMR4AFX45659RJHDW353HSG.susdh-token-v1::susdh',
5353
UnderlyingAsset['stx:susdh'],
5454
STX_TOKEN_FEATURES

0 commit comments

Comments
 (0)