@@ -171,6 +171,13 @@ export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c3
171171
172172// example pool: https://app.uniswap.org/explore/pools/avalanche/0xc09399b17e189ba3528aa516eb4f9c134720316bc7b3b5f8003c3967ec11f7cd
173173export 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