Skip to content

Commit e48261a

Browse files
committed
Add Zoo Finance LNT vATH-ATH hook
1 parent 445f347 commit e48261a

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
@@ -65,6 +65,9 @@ export const LIMIT_ORDER_HOOKS_ADDRESS_ON_BASE = '0x9d11f9505ca92f4b6983c1285d1a
6565
// example pool: https://app.uniswap.org/explore/pools/unichain/0x348860e4565d7e3eb53af800a8931b1465a7540cdb5fa7f4dfd1e4d0bb2aa7f8
6666
export const PANOPTIC_ORACLE_HOOK_ON_UNICHAIN = '0x79330fe369c32a03e3b8516aff35b44706e39080'
6767

68+
// example pool: https://app.uniswap.org/explore/pools/arbitrum/0xd360506b12c1f313676625b3b224df0ff76efb59127b9ae13e9a4ca0af7f3567
69+
export const LNT_VATH_ATH_HOOKS_ADDRESS_ON_ARBITRUM = '0xbf4b4a83708474528a93c123f817e7f2a0637a88'
70+
6871
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
6972
// this is the ultimate safeguard in the routing subgraph pool cron job.
7073
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -92,6 +95,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
9295
CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_ARBITRUM,
9396
WETH_HOOKS_ADDRESS_ON_ARBITRUM,
9497
LIMIT_ORDER_HOOKS_ADDRESS_ON_ARBITRUM,
98+
LNT_VATH_ATH_HOOKS_ADDRESS_ON_ARBITRUM
9599
],
96100
[ChainId.ARBITRUM_GOERLI]: [ADDRESS_ZERO],
97101
[ChainId.ARBITRUM_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)