Skip to content

Commit 5d6ace5

Browse files
pudv1983Dmitry Purtsezovjsy1218
authored
Add Artacle index token hook on Base to the allowlist (#1307)
Co-authored-by: Dmitry Purtsezov <dmitry.purtsezov@telleqt.ai> Co-authored-by: Siyu Jiang (See-You John) <91580504+jsy1218@users.noreply.github.com>
1 parent 9aa9020 commit 5d6ace5

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
@@ -176,6 +176,9 @@ export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c3
176176
// example pool: https://app.uniswap.org/explore/pools/avalanche/0xc09399b17e189ba3528aa516eb4f9c134720316bc7b3b5f8003c3967ec11f7cd
177177
export const AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX = '0x3b48f794A1D67FeBe95f66B6Dff38c0A7e934044'
178178

179+
// example pool: https://app.uniswap.org/explore/pools/base/0x796b074977701c1156e7fc95d84dfa739963f2de33af8b61c2b7ad5b7018e0e9
180+
export const ARTACLE_INDEX_TOKEN_HOOK_ON_BASE = '0xd577f945b6025ce1e60ac1a82f2ee8ff3fb428c4'
181+
179182
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
180183
// this is the ultimate safeguard in the routing subgraph pool cron job.
181184
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -276,6 +279,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
276279
WASSBLASTER_HOOK_ON_BASE,
277280
AEGIS_V3,
278281
FARSTR_HOOKS_ADDRESS_ON_BASE,
282+
ARTACLE_INDEX_TOKEN_HOOK_ON_BASE,
279283
],
280284
[ChainId.ZORA]: [ADDRESS_ZERO],
281285
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)