diff --git a/node/core/executor.go b/node/core/executor.go index 086703e1b..cdcb1f4e2 100644 --- a/node/core/executor.go +++ b/node/core/executor.go @@ -269,7 +269,7 @@ func (e *Executor) DeliverBlock(txs [][]byte, metaData []byte, consensusData l2n } // We only accept the continuous blocks for now. - // It acts like full sync. Snap sync is not enabled until the Geth enables snapshot with zkTrie + // It acts like full sync; snap sync is not enabled. if wrappedBlock.Number > height+1 { e.logger.Error("geth is behind", "consensus_block", wrappedBlock.Number, diff --git a/node/ops-morph/genesis-l2.json b/node/ops-morph/genesis-l2.json index f14c5cdb5..89bcf7898 100755 --- a/node/ops-morph/genesis-l2.json +++ b/node/ops-morph/genesis-l2.json @@ -16,7 +16,7 @@ "arrowGlacierBlock": 0, "terminalTotalDifficulty": 0, "scroll": { - "useZktrie": true, + "useZktrie": false, "maxTxPerBlock": 1000, "feeVaultAddress": "0xfabb0ac9d68b0b445fb7357272ff202c5651694a" } diff --git a/node/ops-morph/genesis_geth.json b/node/ops-morph/genesis_geth.json index 96ea32df3..9eb91078d 100644 --- a/node/ops-morph/genesis_geth.json +++ b/node/ops-morph/genesis_geth.json @@ -17,7 +17,7 @@ "enableEIP2718": false, "enableEIP1559": false, "maxTxPerBlock": 1000, - "useZktrie": true, + "useZktrie": false, "feeVaultAddress": "0x0e87cd091e091562F25CB1cf4641065dA2C049F5" } },