File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,12 @@ export const MEME_STRATEGY_HOOK_ON_MAINNET = '0x3ba779bad405d9b68a7a7a86ff6916c8
169169// example pool: https://app.uniswap.org/explore/pools/base/0x6f104dafea59868dfee9883a56d666393633115c2fda5dca6da4aa6e39f18e2f
170170export const FARSTR_HOOKS_ADDRESS_ON_BASE = '0xc3b8e77ac038aa260035a1911827086c34a9e844'
171171
172+ // example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
173+ export const GPO_HOOKS = '0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec'
174+
175+ // example pool: https://app.uniswap.org/explore/pools/base/0xe6b8b2f7320759927c826e663ba1a77eaf8156bad1422234d5282c17c5e8f637
176+ export const GPX_HOOKS = '0x4519e2b040ff1b64fa03abe2aef0bc99d7cceaa8'
177+
172178// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
173179// this is the ultimate safeguard in the routing subgraph pool cron job.
174180export const HOOKS_ADDRESSES_ALLOWLIST : { [ chain in ChainId ] : Array < string > } = {
@@ -268,6 +274,8 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
268274 WASSBLASTER_HOOK_ON_BASE ,
269275 AEGIS_V3 ,
270276 FARSTR_HOOKS_ADDRESS_ON_BASE ,
277+ GPO_HOOKS ,
278+ GPX_HOOKS ,
271279 ] ,
272280 [ ChainId . ZORA ] : [ ADDRESS_ZERO ] ,
273281 [ ChainId . ZORA_SEPOLIA ] : [ ADDRESS_ZERO ] ,
You can’t perform that action at this time.
0 commit comments