@@ -220,14 +220,6 @@ 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_HOOK_ON_MONAD = '0x128C2BE91f879143A191601e3b677e87421168CC' ;
224-
225- export const BEAN_PLANKER_FEE_STATIC_HOOK_V2_ON_MONAD = '0x0dA6b6c7E6e658f8f32b619A8e59BA84876E68Cc' ;
226-
227- export const BEAN_PLANKER_FEE_DYNAMIC_HOOK_ON_MONAD = '0x3E7a4C18D56E5a1417E4FCCe3b50E0a5d21428CC' ;
228-
229- export const BEAN_PLANKER_FEE_DYNAMIC_HOOK_V2_ON_MONAD = '0x636AC773B28366dcB3AaC89e7Be8EFD5941D28cC' ;
230-
231223// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
232224// this is the ultimate safeguard in the routing subgraph pool cron job.
233225export const HOOKS_ADDRESSES_ALLOWLIST : { [ chain in ChainId ] : Array < string > } = {
@@ -376,10 +368,6 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
376368 CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_MONAD ,
377369 DOPPLER_HOOKS_ADDRESS_ON_MONAD ,
378370 CULT_FEE_HOOK_ADDRESS_ON_MONAD ,
379- BEAN_PLANKER_FEE_STATIC_HOOK_ON_MONAD ,
380- BEAN_PLANKER_FEE_STATIC_HOOK_V2_ON_MONAD ,
381- BEAN_PLANKER_FEE_DYNAMIC_HOOK_ON_MONAD ,
382- BEAN_PLANKER_FEE_DYNAMIC_HOOK_V2_ON_MONAD ,
383371 ] ,
384372 [ ChainId . SONEIUM ] : [ ADDRESS_ZERO ] ,
385373 [ ChainId . XLAYER ] : [ ADDRESS_ZERO , AEGIS_V3 ] ,
0 commit comments