Skip to content

Commit 54a76ec

Browse files
feat: onboard spcx in test and stage
Ticket: SCAAS-9660 TICKET: SCAAS-9660
1 parent 9d70081 commit 54a76ec

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,8 @@ 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',
12171219
'sol:usd1' = 'sol:usd1',
12181220
'sol:usdm1' = 'sol:usdm1',
12191221
'tsol:slnd' = 'tsol:slnd',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,18 @@ export const ofcCoins = [
19601960
UnderlyingAsset['tsol:stgsofid'],
19611961
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
19621962
),
1963+
tofcsolToken(
1964+
'3441411c-d379-4f61-9630-1e8de117717a',
1965+
'ofctsol:stgspcx',
1966+
'Test SpaceX',
1967+
6,
1968+
UnderlyingAsset['tsol:stgspcx'],
1969+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
1970+
),
1971+
tofcsolToken('84f901ed-5654-47a7-9d08-7ff7c27a8c16', 'ofctsol:spcx', 'Test SpaceX', 6, UnderlyingAsset['tsol:spcx'], [
1972+
...SOL_TOKEN_FEATURES,
1973+
CoinFeature.STABLECOIN,
1974+
]),
19631975
tofcsolToken(
19641976
'750f0e40-c5b9-464f-874f-dc455cf1494b',
19651977
'ofctsol:stgusd1',

modules/statics/src/coins/solTokens.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,6 +3607,28 @@ export const solTokens = [
36073607
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
36083608
ProgramID.Token2022ProgramId
36093609
),
3610+
tsolToken(
3611+
'70f8706b-d4c8-49ac-a8ae-ea1c3c60249e',
3612+
'tsol:stgspcx',
3613+
'Test SpaceX',
3614+
6,
3615+
'98iaHRfvCnaihEHcLK5EpwLq3w5yHiKKfSgpYLcxEScB',
3616+
'98iaHRfvCnaihEHcLK5EpwLq3w5yHiKKfSgpYLcxEScB',
3617+
UnderlyingAsset['tsol:stgspcx'],
3618+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
3619+
ProgramID.Token2022ProgramId
3620+
),
3621+
tsolToken(
3622+
'44e9960a-e7ed-4ae5-8cc9-f16de5744866',
3623+
'tsol:spcx',
3624+
'Test SoFiUSD',
3625+
6,
3626+
'4gvEw3Lx2gkAByv4X8hLnHujneN5bwtMGSu2ZDoip4vj',
3627+
'4gvEw3Lx2gkAByv4X8hLnHujneN5bwtMGSu2ZDoip4vj',
3628+
UnderlyingAsset['tsol:spcx'],
3629+
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN],
3630+
ProgramID.Token2022ProgramId
3631+
),
36103632
tsolToken(
36113633
'6405b589-e0cf-4481-a48f-60f8416e21ca',
36123634
'tsol:stgusd1',

0 commit comments

Comments
 (0)