Skip to content

Commit a721ccd

Browse files
committed
fix: add USDT well-known address
1 parent f8dfa26 commit a721ccd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sdk/constants/addresses.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ export const USDC: Record<NetworkType, Address> = {
2626
Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
2727
};
2828

29+
export const USDT: Record<NetworkType, Address> = {
30+
Mainnet: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
31+
Arbitrum: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
32+
Optimism: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
33+
Base: NOT_DEPLOYED,
34+
};
35+
2936
export const WETH: Record<NetworkType, Address> = {
3037
Mainnet: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
3138
Arbitrum: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",

0 commit comments

Comments
 (0)