Skip to content

Commit fb5f202

Browse files
committed
feat: allowlist seedify, clawn hooks static fee v2, aegis brevis, aegis v1.1
1 parent 1c5bee7 commit fb5f202

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ export const AEGIS_ON_UNICHAIN_V1 = '0x27bfccf7fdd8215ce5dd86c2a36651d05c8450cc'
4949
export const AEGIS_ON_UNICHAIN_V2 = '0xa0b0d2d00fd544d8e0887f1a3cedd6e24baf10cc'
5050
// example pool: https://app.uniswap.org/explore/pools/unichain/0xBF12F5E68B1E1B3060BFB39B79794A0D5C1A723C0879281132B54887F87F928D
5151
export const AEGIS_V3 = '0x88c9ff9fc0b22cca42265d3f1d1c2c39e41cdacc'
52+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x535d212a1933b4ab2e443d4556255707da2d1087a45a712fcc1a44d9ed8cc8cc
53+
export const AEGIS_BREVIS_ON_MAINNET = '0x170427F1465041BadB0D579e8c003242a5E91acC'
54+
// example pool: https://app.uniswap.org/explore/pools/polygon/0x54046e7777c4d35f07915f4906760bcb895938b0a6abf9f0394ec2de371ce16b
55+
export const AEGIS_V1_1_ON_POLYGON = '0x15cD9520D0fAF71c938Db4426F8C58B5cBAa9ACc'
5256

5357
// example pool: https://app.uniswap.org/explore/pools/base/0xc42d1a19441f4d29e1e87533958cf0afe16c9cc6ef3e2ce5ff67c3f291555fa0
5458
export const ZORA_CREATOR_HOOK_ON_BASE_v1 = '0xfbce3d80c659c765bc6c55e29e87d839c7609040'
@@ -220,6 +224,12 @@ export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a
220224

221225
export const CLAUNCH_HOOK_ON_BASE = '0x2f9354bbb0edef5c2a5c4b78d0c59d73412a28cc'
222226

227+
// https://seedify.fund/
228+
export const SEEDIFY_HOOK_ON_BASE = '0x2Fd54Aaf84023EDA60Bd65eDb5914c1a306850cc'
229+
230+
// https://clawn.cn/
231+
export const CLAWN_HOOK_STATIC_FEE_V2_ON_BSC = '0x2F9354Bbb0eDEf5c2a5C4b78D0C59D73412A28CC'
232+
223233
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
224234
// this is the ultimate safeguard in the routing subgraph pool cron job.
225235
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -278,7 +288,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
278288
[ChainId.CELO_ALFAJORES]: [ADDRESS_ZERO],
279289
[ChainId.GNOSIS]: [ADDRESS_ZERO],
280290
[ChainId.MOONBEAM]: [ADDRESS_ZERO],
281-
[ChainId.BNB]: [ADDRESS_ZERO, BVCC_DYNAMIC_FEE_HOOK_ON_BSC],
291+
[ChainId.BNB]: [ADDRESS_ZERO, BVCC_DYNAMIC_FEE_HOOK_ON_BSC, CLAWN_HOOK_STATIC_FEE_V2_ON_BSC],
282292
[ChainId.AVALANCHE]: [ADDRESS_ZERO, AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX],
283293
[ChainId.BASE_GOERLI]: [ADDRESS_ZERO],
284294
[ChainId.BASE_SEPOLIA]: [ADDRESS_ZERO],
@@ -339,6 +349,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
339349
LIQUID_LAUNCH_HOOK_ON_BASE,
340350
BVCC_DYNAMIC_FEE_HOOK_ON_BASE,
341351
CLAUNCH_HOOK_ON_BASE,
352+
SEEDIFY_HOOK_ON_BASE,
342353
],
343354
[ChainId.ZORA]: [ADDRESS_ZERO],
344355
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)