Skip to content

Commit 2558dbe

Browse files
committed
ENABLE validator whitelist by default
1 parent c502590 commit 2558dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/files/configs/custom.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)