File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2587,6 +2587,7 @@ export enum UnderlyingAsset {
2587
2587
'trx:btt' = 'trx:btt' ,
2588
2588
'trx:usdd' = 'trx:usdd' ,
2589
2589
'trx:usdt' = 'trx:usdt' ,
2590
+ 'trx:usd1' = 'trx:usd1' ,
2590
2591
2591
2592
// TRX testnet tokens
2592
2593
'ttrx:usdt' = 'ttrx:usdt' ,
Original file line number Diff line number Diff line change @@ -1929,6 +1929,14 @@ export const coins = CoinMap.fromCoins([
1929
1929
'TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn' ,
1930
1930
UnderlyingAsset [ 'trx:usdd' ]
1931
1931
) ,
1932
+ tronToken (
1933
+ '6d37a333-c09b-44b8-bd2b-f07f12b838cd' ,
1934
+ 'trx:usd1' ,
1935
+ 'USD1' ,
1936
+ 6 ,
1937
+ 'TPFqcBAaaUMCSVRCqPaQ9QnzKhmuoLR6Rc' ,
1938
+ UnderlyingAsset [ 'trx:usd1' ]
1939
+ ) ,
1932
1940
algoToken (
1933
1941
'bf444e89-e762-48a9-a27d-8efa2aed7867' ,
1934
1942
'algo:USDC-31566704' ,
You can’t perform that action at this time.
0 commit comments