Skip to content

Commit

Permalink
feat(sdk-core): add mixed quoter v2 property (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Sep 13, 2024
1 parent d8d921c commit 45d05b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/sdk-core/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ChainAddresses = {
tickLensAddress?: string
swapRouter02Address?: string
mixedRouteQuoterV1Address?: string
mixedRouteQuoterV2Address?: string
}

const DEFAULT_NETWORKS = [ChainId.MAINNET, ChainId.GOERLI, ChainId.SEPOLIA]
Expand Down Expand Up @@ -162,6 +163,8 @@ const SEPOLIA_ADDRESSES: ChainAddresses = {
nonfungiblePositionManagerAddress: '0x1238536071E1c677A632429e3655c799b22cDA52',
tickLensAddress: '0xd7f33bcdb21b359c8ee6f0251d30e94832baad07',
swapRouter02Address: '0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E',
// TODO: ROUTE-277 - update deploy address once after quoter refactoring.
mixedRouteQuoterV2Address: '0xa8b0be287acB850952DE4287b84B7222cc654C09',
}

// Avalanche v3 addresses
Expand Down

0 comments on commit 45d05b8

Please sign in to comment.