Skip to content

Commit 85f1130

Browse files
committed
feat(hooks): re-add Bean Planker fee static V2 hook to allowlist on Monad
1 parent 5aca82a commit 85f1130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a
220220

221221
export const CLAUNCH_HOOK_ON_BASE = '0x2f9354bbb0edef5c2a5c4b78d0c59d73412a28cc'
222222

223+
export const BEAN_PLANKER_FEE_STATIC_V2_HOOK_ON_MONAD = '0x0dA6b6c7E6e658f8f32b619A8e59BA84876E68Cc';
223224
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
224225
// this is the ultimate safeguard in the routing subgraph pool cron job.
225226
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -368,6 +369,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
368369
CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_MONAD,
369370
DOPPLER_HOOKS_ADDRESS_ON_MONAD,
370371
CULT_FEE_HOOK_ADDRESS_ON_MONAD,
372+
BEAN_PLANKER_FEE_STATIC_V2_HOOK_ON_MONAD,
371373
],
372374
[ChainId.SONEIUM]: [ADDRESS_ZERO],
373375
[ChainId.XLAYER]: [ADDRESS_ZERO, AEGIS_V3],

0 commit comments

Comments
 (0)