We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15d702 commit a31df49Copy full SHA for a31df49
lib/util/hooksAddressesAllowlist.ts
@@ -258,6 +258,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
258
CLANKER_STATIC_FEE_HOOKS_ADDRESS_ON_ARBITRUM,
259
WETH_HOOKS_ADDRESS_ON_ARBITRUM,
260
LIMIT_ORDER_HOOKS_ADDRESS_ON_ARBITRUM,
261
+ DORY_BURN_AND_MINT_POWER_HOOK_ON_ARBITRUM,
262
BVCC_DYNAMIC_FEE_HOOK_ON_ARBITRUM,
263
],
264
[ChainId.ARBITRUM_GOERLI]: [ADDRESS_ZERO],
0 commit comments