Skip to content

Commit 4d1aa58

Browse files
authored
Merge branch 'main' into avaxstrategies-hook-allowlist
2 parents d9fb99e + 3e1207f commit 4d1aa58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c3
171171

172172
// example pool: https://app.uniswap.org/explore/pools/avalanche/0xc09399b17e189ba3528aa516eb4f9c134720316bc7b3b5f8003c3967ec11f7cd
173173
export const AVAXSTRATEGIES_STATIC_FEE_HOOKS_ADDRESS_ON_AVAX = '0x3b48f794A1D67FeBe95f66B6Dff38c0A7e934044'
174+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x0c1b00338ecfc1f4894a309420c2d8d654e500036268dd251b99decc66bd2b51
175+
export const TOKEN_FLOW_TAX_HOOK_ON_MAINNET = '0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc'
176+
// example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
177+
export const GPO_HOOKS = '0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec'
178+
179+
// example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
180+
export const GPX_HOOKS = '0x4519e2b040ff1b64fa03abe2aef0bc99d7cceaa8'
174181

175182
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
176183
// this is the ultimate safeguard in the routing subgraph pool cron job.
@@ -200,6 +207,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
200207
RING_FEW_WEETH_HOOK_ON_MAINNET,
201208
RING_FEW_WSTETH_HOOK_ON_MAINNET,
202209
MEME_STRATEGY_HOOK_ON_MAINNET,
210+
TOKEN_FLOW_TAX_HOOK_ON_MAINNET,
203211
],
204212
[ChainId.GOERLI]: [ADDRESS_ZERO],
205213
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],
@@ -271,6 +279,8 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
271279
WASSBLASTER_HOOK_ON_BASE,
272280
AEGIS_V3,
273281
FARSTR_HOOKS_ADDRESS_ON_BASE,
282+
GPO_HOOKS,
283+
GPX_HOOKS,
274284
],
275285
[ChainId.ZORA]: [ADDRESS_ZERO],
276286
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)