diff --git a/lib/util/hooksAddressesAllowlist.ts b/lib/util/hooksAddressesAllowlist.ts index 6f2443dd0..fdb79de3f 100644 --- a/lib/util/hooksAddressesAllowlist.ts +++ b/lib/util/hooksAddressesAllowlist.ts @@ -83,6 +83,9 @@ 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' +export const SUPERFLUID_TOKEN_WRAPER_HOOK_ON_BASE = '0xa09ff20120d0dc9b9840c3260ea4f2be7e6ce888' +export const SUPERFLUID_SETH_HOOK_ON_BASE = '0xe0e522e5888e398d9e5d4d90a48c489425cb2888' + // 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 } = { @@ -147,6 +150,8 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array } = ZORA_POST_HOOK_ON_BASE_v2_2, ZORA_POST_HOOK_ON_BASE_v2_2_1, ZORA_POST_HOOK_ON_BASE_v2_3_0, + SUPERFLUID_TOKEN_WRAPER_HOOK_ON_BASE, + SUPERFLUID_SETH_HOOK_ON_BASE, ], [ChainId.ZORA]: [ADDRESS_ZERO], [ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],