Skip to content

Commit aa189b5

Browse files
authored
feat: allowlist goldpesa hooks (#1330)
1 parent ea1f48d commit aa189b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
170170
export 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.
174180
export 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],

0 commit comments

Comments
 (0)