Skip to content

Commit

Permalink
add new usdt chains
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Nov 2, 2024
1 parent 9917fd8 commit 1d8cb26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/adapters/peggedAssets/tether/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,8 @@ const adapter: PeggedIssuanceAdapter = {
),
},
aptos: {
minted: usdtApiMinted("totaltokens_aptos"),
unreleased: usdtApiUnreleased("reserve_balance_aptos"),
ethereum: aptosBridged(),
},
mixin: {
Expand Down Expand Up @@ -1045,6 +1047,14 @@ const adapter: PeggedIssuanceAdapter = {
ethereum: elrondBridged("ETHUSDT-9c73c6", 6),
bsc: elrondBridged("BSCUSDT-059796", 18),
},
polkadot: {
minted: usdtApiMinted("totaltokens_statemint"),
unreleased: usdtApiUnreleased("reserve_balance_statemint"),
},
kusama: {
minted: usdtApiMinted("totaltokens_statemine"),
unreleased: usdtApiUnreleased("reserve_balance_statemine"),
},
};

export default adapter;
Expand Down

0 comments on commit 1d8cb26

Please sign in to comment.