File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ export const BASEMEME_HOOK_ADDRESS_ON_BASE = '0x755776c51399f7ee15d47ddaf47347d2
218218// example pool: https://app.uniswap.org/explore/pools/base/0xaca93c6543498289affeab3b3645b0faa3c660d73d76a3d271c8b92339f88589
219219export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a97e525b69e400cc'
220220
221+ export const CLAUNCH_HOOK_ON_BASE = '0x2f9354bbb0edef5c2a5c4b78d0c59d73412a28cc'
222+
221223// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
222224// this is the ultimate safeguard in the routing subgraph pool cron job.
223225export const HOOKS_ADDRESSES_ALLOWLIST : { [ chain in ChainId ] : Array < string > } = {
@@ -336,6 +338,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
336338 AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE ,
337339 LIQUID_LAUNCH_HOOK_ON_BASE ,
338340 BVCC_DYNAMIC_FEE_HOOK_ON_BASE ,
341+ CLAUNCH_HOOK_ON_BASE ,
339342 ] ,
340343 [ ChainId . ZORA ] : [ ADDRESS_ZERO ] ,
341344 [ ChainId . ZORA_SEPOLIA ] : [ ADDRESS_ZERO ] ,
You can’t perform that action at this time.
0 commit comments