File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a
220220
221221export 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.
225226export 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 ] ,
You can’t perform that action at this time.
0 commit comments