Skip to content

Commit

Permalink
feat: add v4 addresses to config (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda authored Oct 1, 2024
1 parent da7c80d commit d386de6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdks/sdk-core/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ type ChainAddresses = {
swapRouter02Address?: string
mixedRouteQuoterV1Address?: string
mixedRouteQuoterV2Address?: string

// v4
v4PoolManagerAddress?: string
v4PositionManagerAddress?: string
}

const DEFAULT_NETWORKS = [ChainId.MAINNET, ChainId.GOERLI, ChainId.SEPOLIA]
Expand Down Expand Up @@ -165,6 +169,9 @@ const SEPOLIA_ADDRESSES: ChainAddresses = {
swapRouter02Address: '0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E',
// TODO: ROUTE-277 - update deploy address once after quoter refactoring.
mixedRouteQuoterV2Address: '0xa8b0be287acB850952DE4287b84B7222cc654C09',

v4PoolManagerAddress: '0xE8E23e97Fa135823143d6b9Cba9c699040D51F70',
v4PositionManagerAddress: '0x0048d1C09771Bb87b6A44e1294769E1DFd698584',
}

// Avalanche v3 addresses
Expand Down

0 comments on commit d386de6

Please sign in to comment.