Skip to content

Commit dea7ad1

Browse files
authored
allowlist: add Dory Burn and Mint Power Hook on Arbitrum (#1344)
* empty commit * allowlist: add Dory Burn and Mint Power Hook on Arbitrum
1 parent 5432955 commit dea7ad1

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
@@ -197,6 +197,9 @@ export const ARRAKIS_PRIVATE_HOOK_ON_MAINNET = '0xf9527fb5a34ac6fbc579e4fbc3bf29
197197
// example pool: https://app.uniswap.org/explore/pools/ethereum/0xe1b5535dda2fc16079a8bfaf408acec9ca7aca84e2e48c3715e51da6ec8051f6
198198
export 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.
202205
export 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],

0 commit comments

Comments
 (0)