Skip to content

Commit 8dc7df2

Browse files
feat(statics): added token sol:usd1
Ticket: TMS-1122
1 parent afdcdd1 commit 8dc7df2

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ export enum UnderlyingAsset {
995995
'GAME.COM' = 'game.com',
996996
GAMMA = 'gamma',
997997
'sol:gari' = 'sol:gari',
998+
'sol:usd1' = 'sol:usd1',
998999
'tsol:slnd' = 'tsol:slnd',
9991000
'tsol:orca' = 'tsol:orca',
10001001
'tsol:usdc' = 'tsol:usdc',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,14 @@ export const ofcCoins = [
900900
UnderlyingAsset['sol:benji'],
901901
SOL_TOKEN_FEATURES
902902
),
903+
ofcsolToken(
904+
'deaf138b-b1f7-476d-8de6-a268d56b8b0b',
905+
'ofcsol:usd1',
906+
'World Liberty Financial USD (USD1)',
907+
6,
908+
UnderlyingAsset['sol:usd1'],
909+
SOL_TOKEN_FEATURES
910+
),
903911
tofcsolToken(
904912
'24d678cf-e0f0-4cde-a338-d754289c5b27',
905913
'ofctsol:slnd',

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,6 +2890,16 @@ export const solTokens = [
28902890
SOL_TOKEN_FEATURES,
28912891
ProgramID.Token2022ProgramId
28922892
),
2893+
solToken(
2894+
'2a5d3340-e68a-4baa-bae8-7bcc785d757f',
2895+
'sol:usd1',
2896+
'World Liberty Financial USD (USD1)',
2897+
6,
2898+
'USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB',
2899+
'USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB',
2900+
UnderlyingAsset['sol:usd1'],
2901+
SOL_TOKEN_FEATURES
2902+
),
28932903
tsolToken(
28942904
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
28952905
'tsol:srm',

0 commit comments

Comments
 (0)