Skip to content

Commit

Permalink
Add mumbai WETH address (#1162)
Browse files Browse the repository at this point in the history
* Add mumbai WETH address

* moved mumbai to be under polygon
  • Loading branch information
mohanv-inmar authored Aug 16, 2023
1 parent 8150be6 commit 0d4f24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ export const getWETHAddress = (chain: Chain) => {
return "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2";
case Chain.Polygon:
return "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619";
case Chain.Mumbai:
return "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa";
case Chain.Goerli:
return "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6";
case Chain.Sepolia:
Expand Down

0 comments on commit 0d4f24b

Please sign in to comment.