Skip to content

Commit 8f1e2e3

Browse files
authored
Merge pull request #6352 from BitGo/WIN-6000-FIX
fix: renaming the staked trx token
2 parents 2ad9263 + 43362d9 commit 8f1e2e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +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',
2684+
'trx:trxs' = 'trx:trxs',
26852685

26862686
// TRX testnet tokens
26872687
'ttrx:usdt' = 'ttrx:usdt',

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,11 +2031,11 @@ export const coins = CoinMap.fromCoins([
20312031
),
20322032
tronToken(
20332033
'35b44b0f-272c-4e13-8056-3bbab3fd609e',
2034-
'trx:strx',
2034+
'trx:trxs',
20352035
'Staked TRX',
20362036
18,
20372037
'TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5',
2038-
UnderlyingAsset['trx:strx']
2038+
UnderlyingAsset['trx:trxs']
20392039
),
20402040
algoToken(
20412041
'bf444e89-e762-48a9-a27d-8efa2aed7867',

modules/statics/src/coins/ofcCoins.ts

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

0 commit comments

Comments
 (0)