Skip to content

Commit ea1f48d

Browse files
jsy1218hellno
andauthored
Add FARSTR hooks address to Base allowlist (#1328)
* empty commit * Add FARSTR hooks address to Base allowlist (#1229) Co-authored-by: Siyu Jiang (See-You John) <91580504+jsy1218@users.noreply.github.com> --------- Co-authored-by: hellno <hellno@users.noreply.github.com>
1 parent 3c277be commit ea1f48d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ export const RING_FEW_WSTETH_HOOK_ON_MAINNET = '0x75ae0292e8ad3ab60b9a1a7b3046d3
166166
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x95caa20ff578db4ceec56162bedc21e31adc70ef717661e11d6d1d74e9b2f844
167167
export const MEME_STRATEGY_HOOK_ON_MAINNET = '0x3ba779bad405d9b68a7a7a86ff6916c806a200cc'
168168

169+
// example pool: https://app.uniswap.org/explore/pools/base/0x6f104dafea59868dfee9883a56d666393633115c2fda5dca6da4aa6e39f18e2f
170+
export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c34a9e844'
171+
169172
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
170173
// this is the ultimate safeguard in the routing subgraph pool cron job.
171174
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -264,6 +267,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
264267
SIMPLE_SELL_TAX_HOOK_ON_BASE,
265268
WASSBLASTER_HOOK_ON_BASE,
266269
AEGIS_V3,
270+
FARSTR_HOOKS_ADDRESS_ON_BASE,
267271
],
268272
[ChainId.ZORA]: [ADDRESS_ZERO],
269273
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)