Skip to content

Commit

Permalink
update tron usdt: fix rpc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Dec 7, 2024
1 parent decb115 commit a7799be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/adapters/peggedAssets/tether/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,14 @@ const adapter: PeggedIssuanceAdapter = {
),
},
tron: {
minted: tronMinted(),
unreleased: tronUnreleased(),
minted: usdtApiMinted("totaltokens_tron"),
unreleased: sumMultipleBalanceFunctions(
[
usdtApiUnreleased("reserve_balance_tron"),
usdtApiUnreleased("quarantined_tron"),
],
"peggedUSD"
),
},
aurora: {
near: bridgedSupply("aurora", 6, chainContracts.aurora.bridgedFromNear),
Expand Down

0 comments on commit a7799be

Please sign in to comment.