Skip to content

Commit 30ca89e

Browse files
Merge pull request #166 from OffchainLabs/improve-bold-config
Improve BoLD config to speed up confirmation of assertions
2 parents 030ec92 + 1b0ccca commit 30ca89e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ function writeConfigs(argv: any) {
201201
"node": {
202202
"bold": {
203203
"rpc-block-number": "latest",
204-
"assertion-posting-interval": "10s"
204+
"assertion-posting-interval": "10s",
205+
"assertion-confirming-interval": "10s",
206+
"parent-chain-block-time": 1,
205207
},
206208
"staker": {
207209
"dangerous": {

0 commit comments

Comments
 (0)