diff --git a/lib/util/hooksAddressesAllowlist.ts b/lib/util/hooksAddressesAllowlist.ts index 4d3642375..347492d35 100644 --- a/lib/util/hooksAddressesAllowlist.ts +++ b/lib/util/hooksAddressesAllowlist.ts @@ -86,6 +86,10 @@ export const LIMIT_ORDER_HOOKS_ADDRESS_ON_BASE = '0x9d11f9505ca92f4b6983c1285d1a // example pool: https://app.uniswap.org/explore/pools/unichain/0x348860e4565d7e3eb53af800a8931b1465a7540cdb5fa7f4dfd1e4d0bb2aa7f8 export const PANOPTIC_ORACLE_HOOK_ON_UNICHAIN = '0x79330fe369c32a03e3b8516aff35b44706e39080' +// example pool: https://app.uniswap.org/explore/pools/base/0x1010bee63fa518adfc88c8d0727223330969db64f5756cc331493695362d8eb2 +export const LAUNCHLY_BASE_HOOK_ADDRESS_ON_BASE = '0xa62A40569a2b8ccA3A5557734BCAEc54441500CC' + +// https://linear.app/uniswap/issue/ROUTE-757/allowlist-fey-finance-hook export const FEY_ON_SEPOLIA = '0x932d55d7b86d27eedd0934503e49f5f362faa8cc' export const FEY_ON_BASE = '0x5b409184204b86f708d3aebb3cad3f02835f68cc' @@ -336,6 +340,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array } = LIQUID_LAUNCH_HOOK_ON_BASE, BVCC_DYNAMIC_FEE_HOOK_ON_BASE, CLAUNCH_HOOK_ON_BASE, + LAUNCHLY_BASE_HOOK_ADDRESS_ON_BASE, SEEDIFY_SPARK_HOOK_ON_BASE, ], [ChainId.ZORA]: [ADDRESS_ZERO],