Skip to content

Commit 68b024d

Browse files
Merge pull request #7047 from BitGo/COIN-5732-v2
fix(statics):fix bsc token name
2 parents 8b4b554 + 06d267c commit 68b024d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ export enum UnderlyingAsset {
26712671
'bsc:zig' = 'bsc:zig',
26722672
'bsc:eden' = 'bsc:eden',
26732673
'bsc:m' = 'bsc:m',
2674-
'bsc:cash+' = 'bsc:cash+',
2674+
'bsc:cashplus' = 'bsc:cashplus',
26752675

26762676
// BSC NFTs
26772677
// generic NFTs

modules/statics/src/coins/bscTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,11 +1385,11 @@ export const bscTokens = [
13851385
),
13861386
bscToken(
13871387
'aab7b748-e98b-4bf7-9502-48ecb0479880',
1388-
'bsc:cash+',
1388+
'bsc:cashplus',
13891389
'CashPlus',
13901390
18,
13911391
'0x1775504c5873e179ea2f8abfce3861ec74d159bc',
1392-
UnderlyingAsset['bsc:cash+'],
1392+
UnderlyingAsset['bsc:cashplus'],
13931393
BSC_TOKEN_FEATURES
13941394
),
13951395
];

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,13 @@ export const ofcCoins = [
22262226
ofcBscToken('21da2589-8494-4f2e-ad95-431f86fa85ff', 'ofcbsc:zig', 'ZIGChain', 18, UnderlyingAsset['bsc:zig']),
22272227
ofcBscToken('0c23da3a-bbd5-4ff9-867a-62a71e8f2b75', 'ofcbsc:eden', 'OpenEden', 18, UnderlyingAsset['bsc:eden']),
22282228
ofcBscToken('26a641a4-076a-4306-a325-6ce426c6932e', 'ofcbsc:m', 'MemeCore', 18, UnderlyingAsset['bsc:m']),
2229-
ofcBscToken('e2c46423-6bae-4a28-8df5-717535be86c5', 'ofcbsc:cash+', 'CashPlus', 18, UnderlyingAsset['bsc:cash+']),
2229+
ofcBscToken(
2230+
'e2c46423-6bae-4a28-8df5-717535be86c5',
2231+
'ofcbsc:cashplus',
2232+
'CashPlus',
2233+
18,
2234+
UnderlyingAsset['bsc:cashplus']
2235+
),
22302236

22312237
tofcBscToken(
22322238
'e9174338-0d26-4f49-b111-3487b60c9912',

0 commit comments

Comments
 (0)