Skip to content

Commit

Permalink
feat: Add symbol mapping for USDT (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinuma authored Aug 30, 2022
1 parent 4479cc0 commit 1695470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/relayFeeCalculator/chain-queries/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ export const SymbolMapping: { [symbol: string]: { address: string; decimals: num
address: "0xba100000625a3754423978a60c9317c58a424e3D",
decimals: 18,
},
USDT: {
address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
decimals: 6,
},
};

export class EthereumQueries extends QueryBase {
Expand Down

0 comments on commit 1695470

Please sign in to comment.