Skip to content

Commit 4341ba9

Browse files
chore: Disable Hooks on main (#22455)
Signed-off-by: Neeharika-Sompalli <[email protected]>
1 parent 21a1744 commit 4341ba9

File tree

1 file changed

+1
-1
lines changed
  • hedera-node/hedera-config/src/main/java/com/hedera/node/config/data

1 file changed

+1
-1
lines changed

hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/HooksConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@ConfigData("hooks")
99
public record HooksConfig(
1010
@ConfigProperty(defaultValue = "10") @NetworkProperty int maxLambdaSStoreUpdates,
11-
@ConfigProperty(defaultValue = "true") @NetworkProperty boolean hooksEnabled,
11+
@ConfigProperty(defaultValue = "false") @NetworkProperty boolean hooksEnabled,
1212
@ConfigProperty(defaultValue = "5000000") @NetworkProperty long maxNumber,
1313
@ConfigProperty(defaultValue = "100000000") @NetworkProperty long maxLambdaStorageSlots,
1414
@ConfigProperty(value = "evm.lambdaIntrinsicGasCost", defaultValue = "1000") @NetworkProperty

0 commit comments

Comments
 (0)