Skip to content

Commit

Permalink
ci: Reduce block time in devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Jan 7, 2023
1 parent dddd197 commit 9c3dd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bedrock-devnet/devnet/genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"shanghaiBlock": None,
"cancunBlock": None,
'clique': {
'period': 15,
'period': 3,
'epoch': 30000
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/deploy-config/devnetL1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"l2OutputOracleProposer": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"l2OutputOracleChallenger": "0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65",
"l2GenesisBlockGasLimit": "0xE4E1C0",
"l1BlockTime": 15,
"l1BlockTime": 3,
"cliqueSignerAddress": "0xca062b0fd91172d89bcd4bb084ac4e21972cc467",
"baseFeeVaultRecipient": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
"l1FeeVaultRecipient": "0x71bE63f3384f5fb98995898A86B02Fb2426c5788",
Expand Down

0 comments on commit 9c3dd88

Please sign in to comment.