Skip to content

Commit

Permalink
Merge pull request #217 from polywrap/nerfzael-token-address-fix
Browse files Browse the repository at this point in the history
Zksync usdt address fix
  • Loading branch information
namesty authored Feb 21, 2024
2 parents 6c5a15c + 8acf0b3 commit 243d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/ethereum/supportedErc20TokensByNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const supportedErc20TokensByNetwork: SupportedTokensInformation = {
name: "DAI",
},
USDT: {
address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
address: "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
decimals: 6,
name: "USDT",
},
Expand Down

0 comments on commit 243d549

Please sign in to comment.