Update clique period to 5s in geth-foundry config

This commit is contained in:
Prathamesh Musale 2022-12-21 17:07:50 +05:30
parent 82b08971b6
commit bcf595d1ac

View File

@ -10,7 +10,7 @@
"petersburgBlock": 0, "petersburgBlock": 0,
"istanbulBlock": 0, "istanbulBlock": 0,
"clique": { "clique": {
"period": 2, "period": 5,
"epoch": 3000 "epoch": 3000
} }
}, },