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
7 changes: 7 additions & 0 deletions lib/util/hooksAddressesAllowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ export const GPX_HOOKS = '0x4519e2b040ff1b64fa03abe2aef0bc99d7cceaa8'
// example pool: https://app.uniswap.org/explore/pools/base/0xD532BF016A98A1329B83507B376493B0AEBEF85C89AAF6B505A7070ECDD63CDF
export const LIQUID_LAUNCH_HOOK_ON_BASE = '0xea9346e83952840e69beb36df365c4e68de0e080'

// Liquid Protocol — dynamic and static fee hooks for token launches with MEV protection
// example pool: https://app.uniswap.org/explore/pools/base/0x58ce3e14d82756224b34f1acaa15e4596d97a4762917a02092d606665e544669
export const LIQUID_PROTOCOL_DYNAMIC_FEE_HOOK_ON_BASE = '0x80e2f7dc8c2c880bbc4bdf80a5fb0eb8b1db68cc'
export const LIQUID_PROTOCOL_STATIC_FEE_HOOK_ON_BASE = '0x9811f10cd549c754fa9e5785989c422a762c28cc'

// example pool: https://app.uniswap.org/explore/pools/base/0x20aab1b33d63b7d6fc95deed43dfdf986a23a2d82857025533d2c18e2fef9e4b
export const ARRAKIS_PRIVATE_HOOK_ON_BASE = '0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880'
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x8679ef619b4ae7a464f8c208df1c49f294df41a237671d98882b50554c20a5c8
Expand Down Expand Up @@ -346,6 +351,8 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
BASEMEME_HOOK_ADDRESS_ON_BASE,
AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE,
LIQUID_LAUNCH_HOOK_ON_BASE,
LIQUID_PROTOCOL_DYNAMIC_FEE_HOOK_ON_BASE,
LIQUID_PROTOCOL_STATIC_FEE_HOOK_ON_BASE,
BVCC_DYNAMIC_FEE_HOOK_ON_BASE,
CLAUNCH_HOOK_ON_BASE,
SEEDIFY_SPARK_HOOK_ON_BASE,
Expand Down