From 8bcddb5acd5fbf3cb897d9017d703b26a777f91b Mon Sep 17 00:00:00 2001 From: anhthii Date: Mon, 8 Apr 2024 16:52:50 +0700 Subject: [PATCH] Add weth9 for amoy --- package.json | 2 +- src/entities/weth9.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88dd358..9f25990 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ixswap1/sdk-core", "license": "MIT", - "version": "1.3.2", + "version": "1.3.3", "description": "⚒️ An SDK for building applications on top of Ixs V3", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/entities/weth9.ts b/src/entities/weth9.ts index ef0bf94..bed5635 100644 --- a/src/entities/weth9.ts +++ b/src/entities/weth9.ts @@ -10,5 +10,6 @@ export const WETH9: { [chainId: number]: Token } = { [5]: new Token(5, '0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6', 18, 'WETH9', 'Wrapped Ether'), [42]: new Token(42, '0xd0A1E359811322d97991E03f863a0C30C2cF029C', 18, 'WETH9', 'Wrapped Ether'), [137]: new Token(137, '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619', 18, 'WETH9', 'Wrapped Ether'), - [80001]: new Token(80001, '0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889', 18, 'WETH9', 'Wrapped Ether') + [80001]: new Token(80001, '0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889', 18, 'WETH9', 'Wrapped Ether'), + [80002]: new Token(80002, '0x0ae690AAD8663aaB12a671A6A0d74242332de85f', 18, 'WETH9', 'Wrapped Ether') }