Skip to content
Closed
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
4 changes: 4 additions & 0 deletions lib/util/hooksAddressesAllowlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export const DELI_HOOK_CONSTANT_PRODUCT_ON_BASE = '0x95afbc0fccf974b41380f24e562
// example pool: https://app.uniswap.org/explore/pools/optimism/0xa30abc0ccd08c0c16d28ccfaf15de692a1778775de9f6dea337fb9b490163b18
export const FINDEX_HOOK_ON_OPTIMISM = '0xb35297543d357ef62df204d8c3bd0e96038cf440'

//example pool: https://app.uniswap.org/explore/pools/bnb/0x10a91c9db697c4de7cc02c2d500f498cb752dd728ab711b99118441d9768527c
export const FINDEX_DYNAMIC_FEE_HOOK_ON_BSC = '0x85c2be3c314d90316f88b559fe087265f09c7440'

// example pool: https://app.uniswap.org/explore/pools/ethereum/0x26b73e77f7b2cfc05d28a8978b917eced1cdf7915862292cfbb507731d5120fd
export const ACTION_HOOK_ON_MAINNET = '0x00bbc6fc07342cf80d14b60695cf0e1aa8de00cc'

Expand Down Expand Up @@ -290,6 +293,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
BVCC_DYNAMIC_FEE_HOOK_ON_BSC,
CLANKER_DYNAMIC_FEE_HOOKS_ADDRESS_ON_BSC,
LAUNCHLY_BNB_HOOKS_ADDRESS_ON_BNB,
FINDEX_DYNAMIC_FEE_HOOK_ON_BSC,
],
[ChainId.AVALANCHE]: [ADDRESS_ZERO, AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX],
[ChainId.BASE_GOERLI]: [ADDRESS_ZERO],
Expand Down
Loading