Skip to content

Commit cd08f19

Browse files
authored
Merge pull request #8330 from BitGo/fix-decimal
fix(statics): correct decimal precision for bsc:solv and ofcbsc:solv
2 parents d7d12b7 + ec8f509 commit cd08f19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/coins/bscTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const bscTokens = [
1111
'9cab6783-f652-4cd2-8af2-a2ccf15f31c9',
1212
'bsc:solv',
1313
'SOLV Protocol',
14-
9,
14+
18,
1515
'0xabe8e5cabe24cb36df9540088fd7ce1175b9bc52',
1616
UnderlyingAsset['bsc:solv'],
1717
BSC_TOKEN_FEATURES

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ export const ofcCoins = [
23102310
undefined,
23112311
[CoinFeature.STABLECOIN]
23122312
),
2313-
ofcBscToken('6a1e8b8c-4d7e-4f9a-9d8f-f6e72f8c7e65', 'ofcbsc:solv', 'SOLV Protocol', 9, UnderlyingAsset['bsc:solv']),
2313+
ofcBscToken('6a1e8b8c-4d7e-4f9a-9d8f-f6e72f8c7e65', 'ofcbsc:solv', 'SOLV Protocol', 18, UnderlyingAsset['bsc:solv']),
23142314
ofcBscToken('6d96470a-3c8e-44de-a18e-9dd224d4bcc0', 'ofcbsc:stable', 'Stable', 18, UnderlyingAsset['bsc:stable']),
23152315
ofcBscToken('f8c3d7b5-2d9e-4b3f-8a1e-7c6d9e3a2f4b', 'ofcbsc:brise', 'Bitrise Token', 9, UnderlyingAsset['bsc:brise']),
23162316
ofcBscToken('2e9f4c6b-8a7d-4b2e-9d3f-7c6a5e8b1f2a', 'ofcbsc:bsw', 'Biswap', 18, UnderlyingAsset['bsc:bsw']),

0 commit comments

Comments
 (0)