Skip to content

Commit

Permalink
Update sample pregenesis
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <eric.warehime@gmail.com>
  • Loading branch information
Eric-Warehime committed Mar 12, 2024
1 parent 7f178fe commit d98f859
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions protocol/scripts/genesis/sample_pregenesis.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"app_hash": null,
"app_name": "dydxprotocold",
"app_state": {
"assets": {
Expand Down Expand Up @@ -524,6 +525,7 @@
}
}
},
"consensus": null,
"crisis": {
"constant_fee": {
"amount": "1000000000000000000",
Expand Down Expand Up @@ -758,6 +760,7 @@
},
"gov": {
"constitution": "",
"deposit_params": null,
"deposits": [],
"params": {
"burn_proposal_deposit_prevote": false,
Expand Down Expand Up @@ -789,7 +792,9 @@
},
"proposals": [],
"starting_proposal_id": "1",
"votes": []
"tally_params": null,
"votes": [],
"voting_params": null
},
"govplus": {},
"ibc": {
Expand Down Expand Up @@ -854,6 +859,7 @@
"port": "icahost"
}
},
"params": null,
"perpetuals": {
"liquidity_tiers": [
{
Expand Down Expand Up @@ -1824,7 +1830,7 @@
]
}
},
"app_version": "4.0.0-dev0-62-g95853be5",
"app_version": "4.0.0-dev0-91-gea01d178",
"chain_id": "dydx-sample-1",
"consensus": {
"params": {
Expand Down

0 comments on commit d98f859

Please sign in to comment.