Skip to content

Commit

Permalink
Add weth9 for base network
Browse files Browse the repository at this point in the history
  • Loading branch information
thuongthanhto committed Jul 3, 2024
1 parent e37ccb6 commit 968e38b
Show file tree
Hide file tree
Showing 2 changed files with 4 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.3",
"version": "1.3.4",
"description": "⚒️ An SDK for building applications on top of Ixs V3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion src/entities/weth9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ export const WETH9: { [chainId: number]: Token } = {
[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'),
[80002]: new Token(80002, '0x0ae690AAD8663aaB12a671A6A0d74242332de85f', 18, 'WETH9', 'Wrapped Ether')
[80002]: new Token(80002, '0x0ae690AAD8663aaB12a671A6A0d74242332de85f', 18, 'WETH9', 'Wrapped Ether'),
[84532]: new Token(84532, '0x4a2b0767ACEE85C7825F09F48A9347285F58a5C2', 18, 'WETH9', 'Wrapped Ether'),
[8453]: new Token(8453, '0x4200000000000000000000000000000000000006', 18, 'WETH9', 'Wrapped Ether'),
}

0 comments on commit 968e38b

Please sign in to comment.