File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
167167export 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.
171174export 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 ] ,
You can’t perform that action at this time.
0 commit comments