Skip to content

Commit

Permalink
Merge pull request #73 from maticnetwork/raneet10/add-state-sync-delay
Browse files Browse the repository at this point in the history
Add stateSyncConfirmationDelay to genesis template
  • Loading branch information
Raneet10 authored Jan 8, 2024
2 parents de2dd92 + 05e385d commit 96a19dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions genesis-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"jaipurBlock": 0,
"delhiBlock": 0,
"indoreBlock": 0,
"stateSyncConfirmationDelay": {
"0": 128
},
"period": {
{% for block in blocks %}{% if block === blocks[blocks.length -1] %}"{{block.number}}": {{block.time}}
{% else %}"{{block.number}}": {{block.time}},{% endif %}
Expand Down

0 comments on commit 96a19dd

Please sign in to comment.