Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/util/hooksAddressesAllowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a

export const CLAUNCH_HOOK_ON_BASE = '0x2f9354bbb0edef5c2a5c4b78d0c59d73412a28cc'

// example pool: https://app.uniswap.org/explore/pools/base/0xa52478ff161d9693f1e56f1e4eb011d46846658b1f786cf0716b1a36af1aceaa
export const PRIMER_ADAPTIVE_BURN_HOOK_ON_BASE = '0x5798a5e371346c8e4af1dbc166549d360e008044'

// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
// this is the ultimate safeguard in the routing subgraph pool cron job.
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
Expand Down Expand Up @@ -334,6 +337,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
LIQUID_LAUNCH_HOOK_ON_BASE,
BVCC_DYNAMIC_FEE_HOOK_ON_BASE,
CLAUNCH_HOOK_ON_BASE,
PRIMER_ADAPTIVE_BURN_HOOK_ON_BASE,
],
[ChainId.ZORA]: [ADDRESS_ZERO],
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],
Expand Down