Skip to content

Commit 8c25c46

Browse files
authored
fix(hooks): allowlist claunch hook on base (#1357)
1 parent 016fd0b commit 8c25c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
219219
export 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.
223225
export 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],

0 commit comments

Comments
 (0)