Skip to content

Commit 0179d90

Browse files
freeedevsByteWizardJjsy1218
authored
Allowlist Basememe hook on Base (#1311)
feat: allowlist Basememe hook on Base Co-authored-by: Jukes <zwl@outlook.ie> Co-authored-by: Siyu Jiang (See-You John) <91580504+jsy1218@users.noreply.github.com>
1 parent 27a0011 commit 0179d90

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
@@ -200,6 +200,9 @@ export const CUSTOM_FEE_MEV_PROTECTION_HOOK_ON_MAINNET = '0xD5770936a6678353F1B1
200200
// example pool: https://app.uniswap.org/explore/pools/arbitrum/0xec6e37b2d66aa5ef5a9fc296b4da3474b121f512428dd425a51c6424955fc5eb
201201
export const DORY_BURN_AND_MINT_POWER_HOOK_ON_ARBITRUM = '0x6b70fef40d3925881251c018164dBCEC6bc94040'
202202

203+
// example pool: https://app.uniswap.org/explore/pools/base/0xd2e486be751887088da2f4bf76a5872e0810d1bcaf43efec7d4bea3acbc3135a
204+
export const BASEMEME_HOOK_ADDRESS_ON_BASE = '0x755776c51399f7ee15d47ddaf47347d26f5ca840'
205+
203206
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
204207
// this is the ultimate safeguard in the routing subgraph pool cron job.
205208
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -308,6 +311,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
308311
GPO_HOOKS,
309312
GPX_HOOKS,
310313
ARRAKIS_PRIVATE_HOOK_ON_BASE,
314+
BASEMEME_HOOK_ADDRESS_ON_BASE,
311315
],
312316
[ChainId.ZORA]: [ADDRESS_ZERO],
313317
[ChainId.ZORA_SEPOLIA]: [ADDRESS_ZERO],

0 commit comments

Comments
 (0)