Skip to content

Commit

Permalink
fix(sdk-core): worldchain and unichain sepolia to update SwapV2Router…
Browse files Browse the repository at this point in the history
…02 address (#170)
  • Loading branch information
jsy1218 authored Oct 11, 2024
1 parent 089431e commit 7d4ed55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/sdk-core/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const V2_ROUTER_ADDRESSES: AddressMap = {
[ChainId.BNB]: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
[ChainId.POLYGON]: '0xedf6066a2b290c185783862c7f4776a2c8077ad1',
[ChainId.BLAST]: '0xBB66Eb1c5e875933D44DAe661dbD80e5D9B03035',
[ChainId.WORLDCHAIN]: '0xf164fC0Ec4E93095b804a4795bBe1e041497b92a',
[ChainId.ASTROCHAIN_SEPOLIA]: '0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C',
[ChainId.WORLDCHAIN]: '0x541aB7c31A119441eF3575F6973277DE0eF460bd',
[ChainId.ASTROCHAIN_SEPOLIA]: '0x920b806E40A00E02E7D2b94fFc89860fDaEd3640',
}

// Networks that share most of the same addresses i.e. Mainnet, Goerli, Optimism, Arbitrum, Polygon
Expand Down

0 comments on commit 7d4ed55

Please sign in to comment.