From f4d06c00981d10595d57adfbd44e2ecce4a93dad Mon Sep 17 00:00:00 2001 From: gzeon Date: Mon, 9 Dec 2024 16:18:36 +0800 Subject: [PATCH] chore: update example --- scripts/config.ts.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/config.ts.example b/scripts/config.ts.example index 7a57d93f..ec3b5217 100644 --- a/scripts/config.ts.example +++ b/scripts/config.ts.example @@ -17,6 +17,8 @@ export const config = { owner: '0x1234123412341234123412341234123412341234', loserStakeEscrow: ethers.constants.AddressZero, chainId: ethers.BigNumber.from('13331370'), + minimumAssertionPeriod: 75, + validatorAfkBlocks: 201600, chainConfig: '{"chainId":13331370,"homesteadBlock":0,"daoForkBlock":null,"daoForkSupport":true,"eip150Block":0,"eip150Hash":"0x0000000000000000000000000000000000000000000000000000000000000000","eip155Block":0,"eip158Block":0,"byzantiumBlock":0,"constantinopleBlock":0,"petersburgBlock":0,"istanbulBlock":0,"muirGlacierBlock":0,"berlinBlock":0,"londonBlock":0,"clique":{"period":0,"epoch":0},"arbitrum":{"EnableArbOS":true,"AllowDebugPrecompiles":false,"DataAvailabilityCommittee":false,"InitialArbOSVersion":10,"InitialChainOwner":"0x1234123412341234123412341234123412341234","GenesisBlockNum":0}}', minimumAssertionPeriod: ethers.BigNumber.from('75'),