File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ export const CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_UNICHAIN = '0xbc6e5abda425309c2
3939// example pool: https://app.uniswap.org/explore/pools/ethereum/0x4de849063d9559a699e26463a433c6d29e7570de49209f95295529afee20eb05
4040export const M0_ALLOWLIST_HOOKS_ADDRESS_ON_MAINNET = '0xaf53cb78035a8e0acce38441793e2648b15b88a0'
4141
42+ // example pool: https://app.uniswap.org/explore/pools/ethereum/0x6b3403809baa251f186c546908d6ebdbd5dc52527b2b3f8bc7d4f5a437091b0f
43+ export const M0_TICK_RANGE_HOOKS_ADDRESS_ON_MAINNET = '0xde400595199e6dae55a1bcb742b3eb249af00800'
44+
4245export const WETH_HOOKS_ADDRESS_ON_OP_MAINNET = '0x480dafdb4d6092ef3217595b75784ec54b52e888'
4346export const WETH_HOOKS_ADDRESS_ON_UNICHAIN = '0x730b109bad65152c67ecc94eb8b0968603dba888'
4447export const WETH_HOOKS_ADDRESS_ON_BASE = '0xb08211d57032dd10b1974d4b876851a7f7596888'
@@ -97,6 +100,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
97100 BUNNI_HOOKS_ADDRESS_v1_1_1 ,
98101 BUNNI_HOOKS_ADDRESS_v1_2_1 ,
99102 M0_ALLOWLIST_HOOKS_ADDRESS_ON_MAINNET ,
103+ M0_TICK_RANGE_HOOKS_ADDRESS_ON_MAINNET ,
100104 WETH_HOOKS_ADDRESS_ON_MAINNET ,
101105 ] ,
102106 [ ChainId . GOERLI ] : [ ADDRESS_ZERO ] ,
You can’t perform that action at this time.
0 commit comments