File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
201201export 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.
205208export 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 ] ,
You can’t perform that action at this time.
0 commit comments