Skip to content

Commit ec08a2b

Browse files
authored
fix(hooks): allowlist aztec hook on mainnet (#1354)
1 parent efd55fd commit ec08a2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/hooksAddressesAllowlist.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ export const AQUINAS_HOOK_ADDRESS_ON_BASE = '0xd3c1f2174f37f88811f99b1b1b4c1356c
122122
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x389a26ef4a4634e55fc4e3ae2149c1cafdbc141af16057ab5fab962c2dca5221
123123
export const ASTERIX_HOOK_ADDRESS_ON_MAINNET = '0xdad7ea85ff786b389a13f4714a56b1721b56c044'
124124

125+
export const AZTEC_HOOK_ADDRESS_ON_MAINNET = '0xd53006d1e3110fd319a79aeec4c527a0d265e080'
126+
125127
// example pool: https://app.uniswap.org/explore/pools/base/0x02aaacb8bf6a4c3c3a99d8de43fad01348e68e314b7773fb2df3edac065e0c4e
126128
export const DELI_HOOK_ADDRESS_ON_BASE = '0x570a48f96035c2874de1c0f13c5075a05683b0cc'
127129
// example pool: https://app.uniswap.org/explore/pools/base/0xa900d06df8073e50a50971720d6d3470d00e64198da3b03c82388f247e0d13c1
@@ -246,6 +248,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
246248
ARRAKIS_PRIVATE_HOOK_ON_MAINNET,
247249
CUSTOM_FEE_MEV_PROTECTION_HOOK_ON_MAINNET,
248250
BVCC_DYNAMIC_FEE_HOOK_ON_MAINNET,
251+
AZTEC_HOOK_ADDRESS_ON_MAINNET,
249252
],
250253
[ChainId.GOERLI]: [ADDRESS_ZERO],
251254
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],

0 commit comments

Comments
 (0)