Skip to content

Commit

Permalink
Merge pull request #1 from IX-Swap/weth9-amoy
Browse files Browse the repository at this point in the history
Add weth9 for amoy
  • Loading branch information
thi-investax authored Apr 8, 2024
2 parents 64f0c04 + 8bcddb5 commit e37ccb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/entities/weth9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit e37ccb6

Please sign in to comment.