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

Commit

Permalink
Wrapped avax support (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 authored Oct 16, 2023
1 parent 90d54de commit 07c6fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/weth9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,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, '0x4200000000000000000000000000000000000006', 18, 'WAVAX', 'Wrapped AVAX')
[43114]: new Token(43114, '0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7', 18, 'WAVAX', 'Wrapped AVAX')
}

0 comments on commit 07c6fff

Please sign in to comment.