Skip to content

Commit 7f0eb79

Browse files
committed
feat: allowlist M0 Tick Range hooks on Ethereum
1 parent a3e472c commit 7f0eb79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4040
export 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+
4245
export const WETH_HOOKS_ADDRESS_ON_OP_MAINNET = '0x480dafdb4d6092ef3217595b75784ec54b52e888'
4346
export const WETH_HOOKS_ADDRESS_ON_UNICHAIN = '0x730b109bad65152c67ecc94eb8b0968603dba888'
4447
export 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],

0 commit comments

Comments
 (0)