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
3 changes: 3 additions & 0 deletions lib/util/hooksAddressesAllowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export const RING_FEW_WEETH_HOOK_ON_MAINNET = '0x877323adbf747f85eb8d182d42f01f3
// example pool: https://app.uniswap.org/explore/pools/ethereum/0xe7c2f30fd89238331b0e3e6ac6351578d5e3091b7839eff321c29cf88e17274e
export const RING_FEW_WSTETH_HOOK_ON_MAINNET = '0x75ae0292e8ad3ab60b9a1a7b3046d3f4abdfa888'

export const PERMA_LOCK_HOOK_ON_MONAD = '0xc74864A1fcCe7e21cDD84E61DB97AEBF1Fc58200'

// 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 @@ -287,6 +289,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_MONAD,
DOPPLER_HOOKS_ADDRESS_ON_MONAD,
CULT_FEE_HOOK_ADDRESS_ON_MONAD,
PERMA_LOCK_HOOK_ON_MONAD,
],
[ChainId.SONEIUM]: [ADDRESS_ZERO],
}