Skip to content

Commit

Permalink
fix(sdk-core): add weth9 for zksync (Uniswap#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric authored and DevZi1la committed Jun 18, 2024
1 parent 8f0689f commit 4e45729
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 @@ -24,4 +24,5 @@ export const WETH9: { [chainId: number]: Token } = {
137: new Token(137, '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270', 18, 'WMATIC', 'Wrapped MATIC'),
43114: new Token(43114, '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7', 18, 'WAVAX', 'Wrapped AVAX'),
842: new Token(842, '0x5745CC77c362D459b78bC014d8940c2c98E08c54', 18, 'WTARA', 'Wrapped TARA'),
324: new Token(324, '0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', 18, 'WETH', 'Wrapped Ether'),
}

0 comments on commit 4e45729

Please sign in to comment.