Skip to content

Commit a3e472c

Browse files
committed
feat: allowlist M0 Allowlist hooks on Ethereum
1 parent c6e9472 commit a3e472c

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
@@ -36,6 +36,9 @@ export const CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_ARBITRUM = '0xf7ac669593d2d9d01
3636
export const CLANKER_DYNAMIC_FEE_HOOKS_ADDRESS_ON_UNICHAIN = '0x9b37a43422d7bbd4c8b231be11e50ad1ace828cc'
3737
export const CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_UNICHAIN = '0xbc6e5abda425309c2534bc2bc92562f5419ce8cc'
3838

39+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x4de849063d9559a699e26463a433c6d29e7570de49209f95295529afee20eb05
40+
export const M0_ALLOWLIST_HOOKS_ADDRESS_ON_MAINNET = '0xaf53cb78035a8e0acce38441793e2648b15b88a0'
41+
3942
export const WETH_HOOKS_ADDRESS_ON_OP_MAINNET = '0x480dafdb4d6092ef3217595b75784ec54b52e888'
4043
export const WETH_HOOKS_ADDRESS_ON_UNICHAIN = '0x730b109bad65152c67ecc94eb8b0968603dba888'
4144
export const WETH_HOOKS_ADDRESS_ON_BASE = '0xb08211d57032dd10b1974d4b876851a7f7596888'
@@ -93,6 +96,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
9396
BUNNI_HOOKS_ADDRESS_v1_1,
9497
BUNNI_HOOKS_ADDRESS_v1_1_1,
9598
BUNNI_HOOKS_ADDRESS_v1_2_1,
99+
M0_ALLOWLIST_HOOKS_ADDRESS_ON_MAINNET,
96100
WETH_HOOKS_ADDRESS_ON_MAINNET,
97101
],
98102
[ChainId.GOERLI]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)