Skip to content

Commit fbc9cff

Browse files
feat(statics): add new batch of tokens
TICKET: COIN-4153
1 parent e2d5977 commit fbc9cff

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
@@ -2587,6 +2587,7 @@ export enum UnderlyingAsset {
25872587
'trx:btt' = 'trx:btt',
25882588
'trx:usdd' = 'trx:usdd',
25892589
'trx:usdt' = 'trx:usdt',
2590+
'trx:usd1' = 'trx:usd1',
25902591

25912592
// TRX testnet tokens
25922593
'ttrx:usdt' = 'ttrx:usdt',

modules/statics/src/coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,14 @@ export const coins = CoinMap.fromCoins([
19291929
'TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn',
19301930
UnderlyingAsset['trx:usdd']
19311931
),
1932+
tronToken(
1933+
'6d37a333-c09b-44b8-bd2b-f07f12b838cd',
1934+
'trx:usd1',
1935+
'USD1',
1936+
6,
1937+
'TPFqcBAaaUMCSVRCqPaQ9QnzKhmuoLR6Rc',
1938+
UnderlyingAsset['trx:usd1']
1939+
),
19321940
algoToken(
19331941
'bf444e89-e762-48a9-a27d-8efa2aed7867',
19341942
'algo:USDC-31566704',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ export const ofcCoins = [
761761
),
762762
tofcTronToken('937efe97-a17a-4d2a-aaf2-0ffdb529a943', 'ofcttrx:usdt', 'Tether USD', 6, UnderlyingAsset['ttrx:usdt']),
763763
ofcTronToken('94b00b66-68a4-45ed-b772-77e5bca1e34c', 'ofctrx:usdt', 'Tether USD', 6, UnderlyingAsset['trx:usdt']),
764+
ofcTronToken('486dca06-5709-45ee-8b35-677e3d27509f', 'ofctrx:usd1', 'USD1 Token', 6, UnderlyingAsset['trx:usd1']),
764765
ofcXrpToken('6a173023-5faf-4a0a-af38-b8be98abe94f', 'ofcxrp:rlusd', 'Ripple USD', 15, UnderlyingAsset['xrp:rlusd']),
765766
tofcXrpToken('bd406dab-3b55-4ab5-b0a5-74b9f94268a3', 'ofctxrp:rlusd', 'RLUSD', 15, UnderlyingAsset['txrp:rlusd']),
766767
ofcXrpToken('eb3c02de-7221-4fde-9235-5cc576eb7c8b', 'ofcxrp:xsgd', 'XSGD', 6, UnderlyingAsset['xrp:xsgd']),

0 commit comments

Comments
 (0)