Skip to content

Commit

Permalink
fix(sdk-core): add weth9 for zksync (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric authored Jun 17, 2024
1 parent 81dccb0 commit 70452f5
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 @@ -23,4 +23,5 @@ export const WETH9: { [chainId: number]: Token } = {
56: new Token(56, '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c', 18, 'WBNB', 'Wrapped BNB'),
137: new Token(137, '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270', 18, 'WMATIC', 'Wrapped MATIC'),
43114: new Token(43114, '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7', 18, 'WAVAX', 'Wrapped AVAX'),
324: new Token(324, '0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', 18, 'WETH', 'Wrapped Ether'),
}

0 comments on commit 70452f5

Please sign in to comment.