Skip to content

Commit

Permalink
feat(sdk-core): v2 factory address on astrochain sepolia (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 1, 2024
1 parent 65c77a1 commit f00360d
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 @@ -54,6 +54,7 @@ export const V2_FACTORY_ADDRESSES: AddressMap = {
[ChainId.CELO]: '0x79a530c8e2fA8748B7B40dd3629C0520c2cCf03f',
[ChainId.BLAST]: '0x5C346464d33F90bABaf70dB6388507CC889C1070',
[ChainId.WORLDCHAIN]: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',
[ChainId.ASTROCHAIN_SEPOLIA]: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',
}
/**
* @deprecated use V2_ROUTER_ADDRESSES instead
Expand Down

0 comments on commit f00360d

Please sign in to comment.