Skip to content

Commit

Permalink
Merge branch 'arpit/pos-655-2' of github.com:maticnetwork/genesis-con…
Browse files Browse the repository at this point in the history
…tracts into mardizzone/node-upgrade
  • Loading branch information
temaniarpit27 committed Nov 28, 2022
2 parents 8020027 + 25e6143 commit 66be528
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions genesis-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@
"londonBlock": 0,
"bor": {
"jaipurBlock": 0,
"delhiBlock": 0,
"period": {
{% for block in blocks %}{% if block === blocks[blocks.length -1] %}"{{block.number}}": {{block.time}}
{% else %}"{{block.number}}": {{block.time}},{% endif %}
{% endfor %}
},
"producerDelay": {% for block in blocks| sort(false, false) %}{% endfor %}{{blocks[blocks.length -1].time}},
"sprint": {{sprintSize}},
"producerDelay": {
"0": 5
},
"sprint": {
"0": 64
},
"backupMultiplier": {
{% for block in blocks %}{% if block === blocks[blocks.length -1] %}"{{block.number}}": {{block.time}}
{% else %}"{{block.number}}": {{block.time}},{% endif %}
Expand Down Expand Up @@ -61,4 +66,4 @@
"number": "0x0",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
}

0 comments on commit 66be528

Please sign in to comment.