Skip to content

Commit 502854d

Browse files
committed
feat(statics): add tsol:trump and ofctsol:trump testnet tokens
CAAS-1659 Add testnet equivalents of sol:trump for Solana devnet. - tsol:trump: devnet SPL mint APQkhGVxBZyXkj2hRYDukgAQcqwQCAJ7kTGmVAW1yVRx, 6 decimals, references UnderlyingAsset['sol:trump'] - ofctsol:trump: OFC wrapper for the testnet token Mint was deployed to Solana devnet via coins-sandbox createTrumpMint.js script. Ticket: CAAS-1659
1 parent 65328d3 commit 502854d

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,14 @@ export const ofcCoins = [
19591959
UnderlyingAsset['sol:usd1'],
19601960
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
19611961
),
1962+
tofcsolToken(
1963+
'c9ee21a5-d000-45b6-a045-cb307810434b',
1964+
'ofctsol:trump',
1965+
'Test OFFICIAL TRUMP',
1966+
6,
1967+
UnderlyingAsset['sol:trump'],
1968+
SOL_TOKEN_FEATURES
1969+
),
19621970
tofcsolToken(
19631971
'ad6d7d4e-894b-4cf9-bb66-e4341717969a',
19641972
'ofctsol:txsgd',

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3617,6 +3617,16 @@ export const solTokens = [
36173617
UnderlyingAsset['sol:usd1'],
36183618
[...SOL_TOKEN_FEATURES, CoinFeature.STABLECOIN]
36193619
),
3620+
tsolToken(
3621+
'78909b86-75e8-4e8d-b326-5b209c4508eb',
3622+
'tsol:trump',
3623+
'OFFICIAL TRUMP',
3624+
6,
3625+
'APQkhGVxBZyXkj2hRYDukgAQcqwQCAJ7kTGmVAW1yVRx',
3626+
'APQkhGVxBZyXkj2hRYDukgAQcqwQCAJ7kTGmVAW1yVRx',
3627+
UnderlyingAsset['sol:trump'],
3628+
SOL_TOKEN_FEATURES
3629+
),
36203630
solToken(
36213631
'6dea72c2-bef1-4dee-8d8c-5f55bbb1d01b',
36223632
'sol:xyo',

0 commit comments

Comments
 (0)