Skip to content

Commit

Permalink
fix missing WETH address on Sepolia Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoim committed Apr 29, 2024
1 parent cbb6aa2 commit 5ce5f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/sdk-core/src/entities/weth9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const WETH9: { [chainId: number]: Token } = {

10: new Token(10, '0x4200000000000000000000000000000000000006', 18, 'WETH', 'Wrapped Ether'),
69: new Token(69, '0x4200000000000000000000000000000000000006', 18, 'WETH', 'Wrapped Ether'),
11155111: new Token(11155111, '0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14', 18, 'WETH', 'Wrapped Ether'),
11155420: new Token(11155420, '0x4200000000000000000000000000000000000006', 18, 'WETH', 'Wrapped Ether'),

42161: new Token(42161, '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', 18, 'WETH', 'Wrapped Ether'),
Expand Down

0 comments on commit 5ce5f7a

Please sign in to comment.