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
12 changes: 12 additions & 0 deletions lib/util/hooksAddressesAllowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ export const BTC_ACC_ON_BASE = '0x704268ac7043aeef50f47b6a03ae68ccf808e044'
// example pool: 0x582387e095a7fbcba58222b6f9f56cc3e6177d766d10dd0d96a70dab70f66be9
export const SLIPPAGE_FEE_HOOK_ON_ARBITRUM = '0xc4bf39a096a1b610dd6186935f3ad99c66239080'

// example pool: https://app.uniswap.org/explore/pools/base/0xf8f4afa64c443ff00630d089205140814c9c0ce79ff293d05913a161fcc7ec4a
export const FLAUNCH_POSM_V1_ON_BASE = '0x51bba15255406cfe7099a42183302640ba7dafdc'
export const FLAUNCH_POSM_V2_ON_BASE = '0xf785bb58059fab6fb19bdda2cb9078d9e546efdc'
export const FLAUNCH_POSM_V3_ON_BASE = '0xb903b0ab7bcee8f5e4d8c9b10a71aac7135d6fdc'
export const FLAUNCH_POSM_V4_ON_BASE = '0x23321f11a6d44fd1ab790044fdfde5758c902fdc'
export const FLAUNCH_ANYPOSM_V1_ON_BASE = '0x8dc3b85e1dc1c846ebf3971179a751896842e5dc'

// https://linear.app/uniswap/issue/ROUTE-555/allowlist-clanker-hook
export const CLANKER_DYNAMIC_FEE_HOOKS_ADDRESS_ON_BASE = '0x34a45c6b61876d739400bd71228cbcbd4f53e8cc'
export const CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_BASE = '0xdd5eeaff7bd481ad55db083062b13a3cdf0a68cc'
Expand Down Expand Up @@ -117,6 +124,11 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
TWAMM_HOOKS_ADDRESS_ON_BASE,
COINBASE_VERIFIED_HOOKS_ADDRESS_ON_BASE,
BTC_ACC_ON_BASE,
FLAUNCH_POSM_V1_ON_BASE,
FLAUNCH_POSM_V2_ON_BASE,
FLAUNCH_POSM_V3_ON_BASE,
FLAUNCH_POSM_V4_ON_BASE,
FLAUNCH_ANYPOSM_V1_ON_BASE,
CLANKER_DYNAMIC_FEE_HOOKS_ADDRESS_ON_BASE,
CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_BASE,
WETH_HOOKS_ADDRESS_ON_BASE,
Expand Down