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 @@ -197,6 +197,9 @@ export const ARRAKIS_PRIVATE_HOOK_ON_MAINNET = '0xf9527fb5a34ac6fbc579e4fbc3bf29
197197// example pool: https://app.uniswap.org/explore/pools/ethereum/0xe1b5535dda2fc16079a8bfaf408acec9ca7aca84e2e48c3715e51da6ec8051f6
198198export const CUSTOM_FEE_MEV_PROTECTION_HOOK_ON_MAINNET = '0xD5770936a6678353F1B17C342B29c4416B029080'
199199
200+ // example pool: https://app.uniswap.org/explore/pools/arbitrum/0xec6e37b2d66aa5ef5a9fc296b4da3474b121f512428dd425a51c6424955fc5eb
201+ export const DORY_BURN_AND_MINT_POWER_HOOK_ON_ARBITRUM = '0x6b70fef40d3925881251c018164dBCEC6bc94040'
202+
200203// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
201204// this is the ultimate safeguard in the routing subgraph pool cron job.
202205export const HOOKS_ADDRESSES_ALLOWLIST : { [ chain in ChainId ] : Array < string > } = {
@@ -242,6 +245,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
242245 CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_ARBITRUM ,
243246 WETH_HOOKS_ADDRESS_ON_ARBITRUM ,
244247 LIMIT_ORDER_HOOKS_ADDRESS_ON_ARBITRUM ,
248+ DORY_BURN_AND_MINT_POWER_HOOK_ON_ARBITRUM ,
245249 ] ,
246250 [ ChainId . ARBITRUM_GOERLI ] : [ ADDRESS_ZERO ] ,
247251 [ ChainId . ARBITRUM_SEPOLIA ] : [ ADDRESS_ZERO ] ,
You can’t perform that action at this time.
0 commit comments