Skip to content

Commit 49e3ea1

Browse files
Merge pull request #7072 from BitGo/COIN-5732-v1
feat(statics): onboard new bsc token
2 parents 5cd1e9f + bb7e27a commit 49e3ea1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,6 +2674,7 @@ export enum UnderlyingAsset {
26742674
'bsc:eden' = 'bsc:eden',
26752675
'bsc:m' = 'bsc:m',
26762676
'bsc:cashplus' = 'bsc:cashplus',
2677+
'bsc:aster' = 'bsc:aster',
26772678

26782679
// BSC NFTs
26792680
// generic NFTs

modules/statics/src/coins/bscTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,4 +1392,13 @@ export const bscTokens = [
13921392
UnderlyingAsset['bsc:cashplus'],
13931393
BSC_TOKEN_FEATURES
13941394
),
1395+
bscToken(
1396+
'9f5765c8-1bfa-4dca-b239-0ac0ba38147d',
1397+
'bsc:aster',
1398+
'Aster',
1399+
18,
1400+
'0x000ae314e2a2172a039b26378814c252734f556a',
1401+
UnderlyingAsset['bsc:aster'],
1402+
BSC_TOKEN_FEATURES
1403+
),
13951404
];

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,6 +2233,7 @@ export const ofcCoins = [
22332233
18,
22342234
UnderlyingAsset['bsc:cashplus']
22352235
),
2236+
ofcBscToken('08974cb2-8081-4248-89d5-c74af0edf4bb', 'ofcbsc:aster', 'Aster', 18, UnderlyingAsset['bsc:aster']),
22362237

22372238
tofcBscToken(
22382239
'e9174338-0d26-4f49-b111-3487b60c9912',

0 commit comments

Comments
 (0)