Skip to content

Commit 3efab9a

Browse files
author
grigorevPavel
committed
added tetris custom hook
1 parent 8c25c46 commit 3efab9a

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
@@ -220,6 +220,9 @@ export const AI_PROTOCOL_SWAP_FEE_HOOK_V1_ON_BASE = '0x121f94835dab08ebaf084809a
220220

221221
export const CLAUNCH_HOOK_ON_BASE = '0x2f9354bbb0edef5c2a5c4b78d0c59d73412a28cc'
222222

223+
// example pool: https://app.uniswap.org/explore/pools/ethereum/0x3facd9ce342c0f04dab80699211fa1aca4cc837671cade16a6cfc52d6d650cb3
224+
export const TETRIS_CUSTOM_HOOK_DYNAMIC_FEE_HOOK_ADDRESS_ON_MAINNET = '0x3a3a9a072ab438335a52E0cF064F7ec91D824080'
225+
223226
// we do not allow v4 pools with non-zero hook address to be routed through in the initial v4 launch.
224227
// this is the ultimate safeguard in the routing subgraph pool cron job.
225228
export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } = {
@@ -254,6 +257,7 @@ export const HOOKS_ADDRESSES_ALLOWLIST: { [chain in ChainId]: Array<string> } =
254257
CUSTOM_FEE_MEV_PROTECTION_HOOK_ON_MAINNET,
255258
BVCC_DYNAMIC_FEE_HOOK_ON_MAINNET,
256259
AZTEC_HOOK_ADDRESS_ON_MAINNET,
260+
TETRIS_CUSTOM_HOOK_DYNAMIC_FEE_HOOK_ADDRESS_ON_MAINNET,
257261
],
258262
[ChainId.GOERLI]: [ADDRESS_ZERO],
259263
[ChainId.SEPOLIA]: [ADDRESS_ZERO, extraHooksAddressesOnSepolia, FEY_ON_SEPOLIA],

0 commit comments

Comments
 (0)