Skip to content

Commit

Permalink
fix(sdk-core): sepolia SwapV2Router02 address update (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 16, 2024
1 parent d25b3b0 commit 03d6299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/sdk-core/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const V2_ROUTER_ADDRESS = '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D'
export const V2_ROUTER_ADDRESSES: AddressMap = {
[ChainId.MAINNET]: '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D',
[ChainId.GOERLI]: '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D',
[ChainId.SEPOLIA]: '0x53544492C78D478294B5b1Fb8059a5D6C9aBBC67',
[ChainId.ARBITRUM_ONE]: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
[ChainId.OPTIMISM]: '0x4a7b5da61326a6379179b40d00f57e5bbdc962c2',
[ChainId.BASE]: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
Expand Down

0 comments on commit 03d6299

Please sign in to comment.