Skip to content

Commit

Permalink
default fields for genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Aug 20, 2024
1 parent 0a387d2 commit c55e674
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/context/src/penumbra-1-genesis.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"height": "0",
"statePayloads": [
{
"source": {
Expand Down Expand Up @@ -483345,17 +483346,23 @@
}
}
],
"nullifiers": [],
"blockRoot": {
"inner": "9A99SklpwkiSZY5pmd4ik7BsVR38PT7Ck2NkBeiogwA="
},
"proposalStarted": false,
"fmdParameters": {
"precisionBits": 0,
"asOfBlockHeight": "1"
},
"swapOutputs": [],
"appParametersUpdated": true,
"gasPrices": {
"blockSpacePrice": "60",
"compactBlockSpacePrice": "1556",
"verificationPrice": "16",
"executionPrice": "142"
}
},
"epochIndex": "0",
"altGasPrices": []
}

0 comments on commit c55e674

Please sign in to comment.