Skip to content

Commit 4157128

Browse files
authored
Add More WETH Addresses (#57)
Added many new chain weth addresses.
1 parent 91aa8d9 commit 4157128

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/agent-sdk/src/evm/constants.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ export const CHAIN_INFO: Record<number, Address> = {
66
56: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", // Binance Smart Chain
77
97: "0x094616f0bdfb0b526bd735bf66eca0ad254ca81f", // Binance Testnet
88
100: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d", // Gnosis Chain
9+
130: "0x4200000000000000000000000000000000000006", // Unichain
910
137: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270", // Polygon
11+
146: "0x50c42deacd8fc9773493ed674b675be577f2634b", // Sonic
12+
232: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553", // Lens
13+
1868: "0x4200000000000000000000000000000000000006", // Soneium
1014
8453: "0x4200000000000000000000000000000000000006", // Base
1115
10200: "0xb2D0d7aD1D4b2915390Dc7053b9421F735A723E7", // Gnosis Chiado Testnet
16+
34443: "0x4200000000000000000000000000000000000006", // Mode
1217
42161: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1", // Arbitrum
18+
42220: "0x66803fb87abd4aac3cbb3fad7c3aa01f6f3fb207", // Celo
1319
43114: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7", // Avalanche
14-
84532: "0x4200000000000000000000000000000000000006", // Base Sepolia
20+
81457: "0x4300000000000000000000000000000000000004", // Blast
1521
80002: "0xa5733b3a8e62a8faf43b0376d5faf46e89b3033e", // Polygon Amoy
22+
80094: "0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590", // Berachain
23+
84532: "0x4200000000000000000000000000000000000006", // Base Sepolia
1624
421614: "0x980b62da83eff3d4576c647993b0c1d7faf17c73", // Arbitrum Sepolia
25+
534352: "0x5300000000000000000000000000000000000004", // Scroll
1726
11155111: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14", // Sepolia
1827
11155420: "0x4200000000000000000000000000000000000006", // OP Testnet
1928
};

0 commit comments

Comments
 (0)