Skip to content

Commit

Permalink
Change WETH name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Dovgopoly committed May 13, 2024
1 parent f35a7bf commit e051f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ export function currencyEquals(currencyA: Currency, currencyB: Currency): boolea
export const WETH = {
[ChainId.XDC]: new Token(ChainId.XDC, '0x951857744785E80e2De051c32EE7b25f9c458C42', 18, 'WXDC', 'Wrapped XDC'),
[ChainId.AXDC]: new Token(ChainId.AXDC, '0xE99500AB4A413164DA49Af83B9824749059b46ce', 18, 'WXDC', 'Wrapped XDC'),
[ChainId.SEPOLIA]: new Token(ChainId.SEPOLIA, '0xD0dF82dE051244f04BfF3A8bB1f62E1cD39eED92', 18, 'WXDC', 'Wrapped XDC')
[ChainId.SEPOLIA]: new Token(ChainId.SEPOLIA, '0xD0dF82dE051244f04BfF3A8bB1f62E1cD39eED92', 18, 'WETH', 'Wrapped ETH')
}

0 comments on commit e051f1f

Please sign in to comment.