Skip to content

Commit 96a19dd

Browse files
authored
Merge pull request #73 from maticnetwork/raneet10/add-state-sync-delay
Add stateSyncConfirmationDelay to genesis template
2 parents de2dd92 + 05e385d commit 96a19dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

genesis-template.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"jaipurBlock": 0,
1919
"delhiBlock": 0,
2020
"indoreBlock": 0,
21+
"stateSyncConfirmationDelay": {
22+
"0": 128
23+
},
2124
"period": {
2225
{% for block in blocks %}{% if block === blocks[blocks.length -1] %}"{{block.number}}": {{block.time}}
2326
{% else %}"{{block.number}}": {{block.time}},{% endif %}

0 commit comments

Comments
 (0)