File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const custom: Config = {
3030 chainId : 42161 , // child chain id
3131 minimumAssertionPeriod : 75 , // minimum number of blocks between assertions
3232 validatorAfkBlocks : 201600 , // number of blocks before validator whitelist is dropped due to inactivity
33- disableValidatorWhitelist : true , // keep or disable validator whitelist
33+ disableValidatorWhitelist : false , // keep or disable validator whitelist
3434 blockLeafSize : 2 ** 26 , // do not change unless you know what you're doing
3535 bigStepLeafSize : 2 ** 19 , // do not change unless you know what you're doing
3636 smallStepLeafSize : 2 ** 23 , // do not change unless you know what you're doing
@@ -44,5 +44,5 @@ export const custom: Config = {
4444 } ,
4545 } ,
4646 // validators to be whitelisted on the new rollup
47- validators : [ ] ,
47+ validators : [ '0x6A568afe0f82d34759347bb36F14A6bB171d2CBe' ] ,
4848}
You can’t perform that action at this time.
0 commit comments