Skip to content

Commit 4a549d5

Browse files
committed
chore: onboard new strx token win-6000
TICKET: WIN-6000
1 parent 961d2bd commit 4a549d5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,6 +2681,7 @@ export enum UnderlyingAsset {
26812681
'trx:usdt' = 'trx:usdt',
26822682
'trx:usd1' = 'trx:usd1',
26832683
'trx:nft' = 'trx:nft',
2684+
'trx:strx' = 'trx:strx',
26842685

26852686
// TRX testnet tokens
26862687
'ttrx:usdt' = 'ttrx:usdt',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,14 @@ export const coins = CoinMap.fromCoins([
20292029
'TPFqcBAaaUMCSVRCqPaQ9QnzKhmuoLR6Rc',
20302030
UnderlyingAsset['trx:usd1']
20312031
),
2032+
tronToken(
2033+
'35b44b0f-272c-4e13-8056-3bbab3fd609e',
2034+
'trx:strx',
2035+
'Staked TRX',
2036+
18,
2037+
'TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5',
2038+
UnderlyingAsset['trx:strx']
2039+
),
20322040
algoToken(
20332041
'bf444e89-e762-48a9-a27d-8efa2aed7867',
20342042
'algo:USDC-31566704',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ export const ofcCoins = [
834834
),
835835
ofcTronToken('94b00b66-68a4-45ed-b772-77e5bca1e34c', 'ofctrx:usdt', 'Tether USD', 6, UnderlyingAsset['trx:usdt']),
836836
ofcTronToken('486dca06-5709-45ee-8b35-677e3d27509f', 'ofctrx:usd1', 'USD1 Token', 18, UnderlyingAsset['trx:usd1']),
837+
ofcTronToken('d953a72b-b7b9-4c8d-97bd-f03394e30608', 'ofctrx:strx', 'Staked TRX', 18, UnderlyingAsset['trx:strx']),
837838
ofcXrpToken('6a173023-5faf-4a0a-af38-b8be98abe94f', 'ofcxrp:rlusd', 'Ripple USD', 15, UnderlyingAsset['xrp:rlusd']),
838839
tofcXrpToken('bd406dab-3b55-4ab5-b0a5-74b9f94268a3', 'ofctxrp:rlusd', 'RLUSD', 15, UnderlyingAsset['txrp:rlusd']),
839840
ofcXrpToken('eb3c02de-7221-4fde-9235-5cc576eb7c8b', 'ofcxrp:xsgd', 'XSGD', 6, UnderlyingAsset['xrp:xsgd']),

0 commit comments

Comments
 (0)