Skip to content

Commit 02f02aa

Browse files
Merge pull request #8973 from BitGo/SCAAS-9660
feat: onboards spaceX token
2 parents b7ff4c7 + 758c712 commit 02f02aa

3 files changed

Lines changed: 39 additions & 15 deletions

File tree

modules/statics/src/base.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,9 @@ export enum UnderlyingAsset {
12141214
'tsol:sofid' = 'tsol:sofid',
12151215
'tsol:stgsofid' = 'tsol:stgsofid',
12161216
'sol:sofid' = 'sol:sofid',
1217-
'tsol:spcx' = 'tsol:spcx',
1218-
'tsol:stgspcx' = 'tsol:stgspcx',
1217+
'tsol:gospcx' = 'tsol:gospcx',
1218+
'tsol:stggospcx' = 'tsol:stggospcx',
1219+
'sol:gospcx' = 'sol:gospcx',
12191220
'sol:usd1' = 'sol:usd1',
12201221
'sol:usdm1' = 'sol:usdm1',
12211222
'tsol:slnd' = 'tsol:slnd',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,14 @@ export const ofcCoins = [
16181618
...SOL_TOKEN_FEATURES,
16191619
CoinFeature.STABLECOIN,
16201620
]),
1621+
ofcsolToken(
1622+
'b53025fd-20e7-4a61-8893-2f26ed2daa7b',
1623+
'ofcsol:gospcx',
1624+
'SPCX goStock',
1625+
6,
1626+
UnderlyingAsset['sol:gospcx'],
1627+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
1628+
),
16211629
ofcsolToken(
16221630
'e343b3c2-dcbb-4a9f-a60e-3dd79825c5fb',
16231631
'ofcsol:rksol',
@@ -1994,16 +2002,20 @@ export const ofcCoins = [
19942002
),
19952003
tofcsolToken(
19962004
'3441411c-d379-4f61-9630-1e8de117717a',
1997-
'ofctsol:stgspcx',
1998-
'Test SpaceX',
2005+
'ofctsol:stggospcx',
2006+
'Test SPCX goStock',
19992007
6,
2000-
UnderlyingAsset['tsol:stgspcx'],
2008+
UnderlyingAsset['tsol:stggospcx'],
2009+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
2010+
),
2011+
tofcsolToken(
2012+
'84f901ed-5654-47a7-9d08-7ff7c27a8c16',
2013+
'ofctsol:gospcx',
2014+
'Test SPCX goStock',
2015+
6,
2016+
UnderlyingAsset['tsol:gospcx'],
20012017
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
20022018
),
2003-
tofcsolToken('84f901ed-5654-47a7-9d08-7ff7c27a8c16', 'ofctsol:spcx', 'Test SpaceX', 6, UnderlyingAsset['tsol:spcx'], [
2004-
...SOL_TOKEN_FEATURES,
2005-
CoinFeature.STABLECOIN,
2006-
]),
20072019
tofcsolToken(
20082020
'750f0e40-c5b9-464f-874f-dc455cf1494b',
20092021
'ofctsol:stgusd1',

modules/statics/src/coins/solTokens.ts

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,23 +3650,34 @@ export const solTokens = [
36503650
),
36513651
tsolToken(
36523652
'70f8706b-d4c8-49ac-a8ae-ea1c3c60249e',
3653-
'tsol:stgspcx',
3654-
'Test SpaceX',
3653+
'tsol:stggospcx',
3654+
'Test SPCX goStock',
36553655
6,
36563656
'98iaHRfvCnaihEHcLK5EpwLq3w5yHiKKfSgpYLcxEScB',
36573657
'98iaHRfvCnaihEHcLK5EpwLq3w5yHiKKfSgpYLcxEScB',
3658-
UnderlyingAsset['tsol:stgspcx'],
3658+
UnderlyingAsset['tsol:stggospcx'],
36593659
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
36603660
ProgramID.Token2022ProgramId
36613661
),
36623662
tsolToken(
36633663
'44e9960a-e7ed-4ae5-8cc9-f16de5744866',
3664-
'tsol:spcx',
3665-
'Test SpaceX',
3664+
'tsol:gospcx',
3665+
'Test SPCX goStock',
36663666
6,
36673667
'4gvEw3Lx2gkAByv4X8hLnHujneN5bwtMGSu2ZDoip4vj',
36683668
'4gvEw3Lx2gkAByv4X8hLnHujneN5bwtMGSu2ZDoip4vj',
3669-
UnderlyingAsset['tsol:spcx'],
3669+
UnderlyingAsset['tsol:gospcx'],
3670+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
3671+
ProgramID.Token2022ProgramId
3672+
),
3673+
solToken(
3674+
'83ec93bc-e142-4c32-874a-65f5b8974548',
3675+
'sol:gospcx',
3676+
'SPCX goStock',
3677+
6,
3678+
'AAVvaNDwkGfxGNaf1HJ5JzfwDb1PYmAgXSixRsczyrk4',
3679+
'AAVvaNDwkGfxGNaf1HJ5JzfwDb1PYmAgXSixRsczyrk4',
3680+
UnderlyingAsset['sol:gospcx'],
36703681
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
36713682
ProgramID.Token2022ProgramId
36723683
),

0 commit comments

Comments
 (0)