Skip to content

Commit

Permalink
fix: config variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
shotaronowhere committed Apr 12, 2024
1 parent 69b0e42 commit fba99fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const config = {
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}}',
genesisBlockNum: ethers.BigNumber.from('0'),
maxTimeVariation: {
sequencerInboxMaxTimeVariation: {
delayBlocks: ethers.BigNumber.from('7200'),
futureBlocks: ethers.BigNumber.from('12'),
delaySeconds: ethers.BigNumber.from('86400'),
Expand Down

0 comments on commit fba99fb

Please sign in to comment.