Skip to content

Commit 90bafef

Browse files
authored
fix(constants): use correct WETH address for ETH on Sepolia (#27)
1 parent 8a0c1bb commit 90bafef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants-v2",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants-v2.git",
66
"author": "[email protected]",

src/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const TOKEN_SYMBOLS_MAP = {
8080
[CHAIN_IDs.ARBITRUM]: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
8181
[CHAIN_IDs.ARBITRUM_GOERLI]: "0xe39Ab88f8A4777030A534146A9Ca3B52bd5D43A3",
8282
[CHAIN_IDs.GOERLI]: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
83-
[CHAIN_IDs.SEPOLIA]: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
83+
[CHAIN_IDs.SEPOLIA]: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
8484
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
8585
[CHAIN_IDs.ZK_SYNC_GOERLI]: "0x20b28B1e4665FFf290650586ad76E977EAb90c5D",
8686
[CHAIN_IDs.BASE]: "0x4200000000000000000000000000000000000006",

0 commit comments

Comments
 (0)