Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Wrapped chains support (#90)
Browse files Browse the repository at this point in the history
* Wrapped support on more chains

* Fix code style issues with Prettier

* correction

---------

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
  • Loading branch information
hensha256 and lint-action authored Oct 16, 2023
1 parent 046d0f8 commit fb14716
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/entities/weth9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ export const WETH9: { [chainId: number]: Token } = {
[69]: new Token(69, '0x4200000000000000000000000000000000000006', 18, 'WETH', 'Wrapped Ether'),

[42161]: new Token(42161, '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', 18, 'WETH', 'Wrapped Ether'),
[421611]: new Token(421611, '0xB47e6A5f8b33b3F17603C83a0535A9dcD7E32681', 18, 'WETH', 'Wrapped Ether')
[421611]: new Token(421611, '0xB47e6A5f8b33b3F17603C83a0535A9dcD7E32681', 18, 'WETH', 'Wrapped Ether'),

[8453]: new Token(8453, '0x4200000000000000000000000000000000000006', 18, 'WETH', 'Wrapped Ether'),

[56]: new Token(56, '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c', 18, 'WBNB', 'Wrapped BNB'),
[137]: new Token(137, '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270', 18, 'WMATIC', 'Wrapped MATIC'),
[43114]: new Token(43114, '0x4200000000000000000000000000000000000006', 18, 'WAVAX', 'Wrapped AVAX')
}

0 comments on commit fb14716

Please sign in to comment.