Skip to content

Commit 1b0ccca

Browse files
committed
Improve BoLD config to speed up confirmation of assertions
1 parent 030ec92 commit 1b0ccca

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)