From d6e9c9b80dc382a8de8b751ed3c6454c86be376d Mon Sep 17 00:00:00 2001 From: annisstuart092-sketch Date: Wed, 18 Mar 2026 17:54:08 +0300 Subject: [PATCH] Update hooksAddressesAllowlist.ts --- lib/util/hooksAddressesAllowlist.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/util/hooksAddressesAllowlist.ts b/lib/util/hooksAddressesAllowlist.ts index 783aa924de..522cd58020 100644 --- a/lib/util/hooksAddressesAllowlist.ts +++ b/lib/util/hooksAddressesAllowlist.ts @@ -225,6 +225,8 @@ export const LAUNCHLY_BNB_HOOKS_ADDRESS_ON_BNB = '0xe1b70e28a596972afe25087c062f // example pool: https://app.uniswap.org/explore/pools/base/0x71deb282904d0f76bc8c7867f4618ff91dcb43cf4574bc64700ffc48791d369c export const ANSTROM_HOOK_ON_BASE = '0x631352aaa9d6554848af674106bcd8bb9e59a5cf' +export const DYNAMIC_FEE_HOOK_ON_BASE = '0xbd2597a08627f119ed50c1a252f888f5bfd31b80' + export const UNISWAP_AGG_HOOK_ON_TEMPO = '0x717c31c3ea5f9070297f239fafd63d21afdaa888' // we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch. @@ -350,6 +352,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array } = CLAUNCH_HOOK_ON_BASE, SEEDIFY_SPARK_HOOK_ON_BASE, ANSTROM_HOOK_ON_BASE, + DYNAMIC_FEE_HOOK_ON_BASE, ], [ChainId.ZORA]: [ADDRESS_ZERO], [ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],