Skip to content

Commit 9c7772c

Browse files
authored
feat: Allowlist Universal Hook (#1335)
1 parent db8abfd commit 9c7772c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ export const MEME_STRATEGY_HOOK_ON_MAINNET = '0x3ba779bad405d9b68a7a7a86ff6916c8
173173
// example pool: https://app.uniswap.org/explore/pools/base/0x6f104dafea59868dfee9883a56d666393633115c2fda5dca6da4aa6e39f18e2f
174174
export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c34a9e844'
175175

176+
// example pool: https://app.uniswap.org/explore/pools/unichain/0x03f7cea23a0c6f2bbbaca94eeaf292290d9a4950e3f806495683a9fb1a941faf
177+
export const UNIVERSAL_HOOK_ON_UNICHAIN = '0xcdfcab084b2d29025772141d3bf473bd9673aaa8'
176178
// example pool: https://app.uniswap.org/explore/pools/avalanche/0xc09399b17e189ba3528aa516eb4f9c134720316bc7b3b5f8003c3967ec11f7cd
177179
export const AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX = '0x3b48f794a1d67febe95f66b6dff38c0a7e934044'
178180

@@ -311,6 +313,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
311313
LIMIT_ORDER_HOOKS_ADDRESS_ON_UNICHAIN,
312314
PANOPTIC_ORACLE_HOOK_ON_UNICHAIN,
313315
UNIDERP_HOOK_ON_UNICHAIN,
316+
UNIVERSAL_HOOK_ON_UNICHAIN,
314317
],
315318
[ChainId.MONAD_TESTNET]: [ADDRESS_ZERO],
316319
[ChainId.MONAD]: [

0 commit comments

Comments
 (0)