Skip to content

Commit 9d4e6b7

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-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',

0 commit comments

Comments
 (0)