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

Commit

Permalink
add v2 router address
Browse files Browse the repository at this point in the history
  • Loading branch information
deiay committed Mar 11, 2024
1 parent 2651e80 commit 930ce5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const V2_ROUTER_ADDRESS = '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D'
export const V2_ROUTER_ADDRESSES: AddressMap = {
[ChainId.MAINNET]: '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D',
[ChainId.GOERLI]: '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D',
[ChainId.SEPOLIA]: '0x425141165d3DE9FEC831896C016617a52363b687',
[ChainId.ARBITRUM_ONE]: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
[ChainId.OPTIMISM]: '0x4a7b5da61326a6379179b40d00f57e5bbdc962c2',
[ChainId.BASE]: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
Expand Down

0 comments on commit 930ce5d

Please sign in to comment.