Skip to content

Commit e763095

Browse files
authored
fix: set production default finalize node to false (#243)
1 parent 30df052 commit e763095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/config.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ MAX_TX_IN_CHUNK = 100
6868
MAX_BLOCK_IN_CHUNK = 100
6969
MAX_BATCH_IN_BUNDLE = 30
7070
MAX_L1_MESSAGE_GAS_LIMIT = 10_000_000
71-
TEST_ENV_MOCK_FINALIZE_ENABLED = true
71+
TEST_ENV_MOCK_FINALIZE_ENABLED = false
7272
TEST_ENV_MOCK_FINALIZE_TIMEOUT_SEC = 300
7373

7474
[frontend]

scroll-contracts

0 commit comments

Comments
 (0)