Skip to content

Commit

Permalink
fix(sdk-core): update v4 addresses once sepolia re-deployed (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 18, 2024
1 parent 243fc2f commit 8dca471
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sdks/sdk-core/src/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,15 @@ const SEPOLIA_ADDRESSES: ChainAddresses = {
nonfungiblePositionManagerAddress: '0x1238536071E1c677A632429e3655c799b22cDA52',
tickLensAddress: '0xd7f33bcdb21b359c8ee6f0251d30e94832baad07',
swapRouter02Address: '0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E',

// TODO: update mixedRouteQuoterV2Address once v4 on sepolia redeployed
mixedRouteQuoterV2Address: '0x4745f77b56a0e2294426e3936dc4fab68d9543cd',

v4PoolManagerAddress: '0xE8E23e97Fa135823143d6b9Cba9c699040D51F70',
v4PositionManagerAddress: '0x0048d1C09771Bb87b6A44e1294769E1DFd698584',
v4StateView: '0x6Bb7157fb50e3Ae4983Ccdc62Fb8173c03c6b0a7',
v4QuoterAddress: '0x9336CF25dDad216FD480A5422CBEa7b3BC5bDda8',
// TODO: update all below once v4 on sepolia redeployed
v4PoolManagerAddress: '0x8C4BcBE6b9eF47855f97E675296FA3F6fafa5F1A',
v4PositionManagerAddress: '0x1B1C77B606d13b09C84d1c7394B96b147bC03147',
v4StateView: '0x823d45b1329bcF3b369F08F36ba2690Ff8e058C3',
v4QuoterAddress: '0xCd8716395D55aD17496448a4b2C42557001e9743',
}

// Avalanche v3 addresses
Expand Down

0 comments on commit 8dca471

Please sign in to comment.