Skip to content

Commit

Permalink
Update example.json chain spec (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv authored Jun 3, 2024
1 parent f598255 commit 5df04dd
Showing 1 changed file with 30 additions and 52 deletions.
82 changes: 30 additions & 52 deletions node/service/chain-specs/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,40 +95,10 @@
]
]
},
"democracy": {
"phantom": null
},
"council": {
"phantom": null,
"members": []
},
"technicalCommittee": {
"phantom": null,
"members": [
"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
]
},
"elections": {
"members": [
[
"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
10000000000
],
[
"5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty",
10000000000
]
]
},
"technicalMembership": {
"members": [],
"phantom": null
},
"grandpa": {
"authorities": []
},
"treasury": null,
"treasury": {},
"sudo": {
"key": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
},
Expand All @@ -138,14 +108,6 @@
"authorityDiscovery": {
"keys": []
},
"society": {
"pot": 0,
"members": [
"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
],
"maxMembers": 999
},
"vesting": {
"vesting": []
},
Expand All @@ -154,18 +116,25 @@
"minCreateBond": 0,
"maxPools": 16,
"maxMembersPerPool": 32,
"maxMembers": 512
"maxMembers": 512,
"globalMaxCommission": null
},
"ddcStaking": {
"storages": []
"storages": [],
"clusters": []
},
"ddcCustomers": {
"feederAccount": null,
"buckets": [
[
"0x0000000000000000000000000000000000000001",
"5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty",
10000000000,
false
{
"bucket_id": 1,
"owner_id": "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty",
"cluster_id": "0x0000000000000000000000000000000000000001",
"is_public": true,
"is_removed": false
},
10000000000
]
]
},
Expand Down Expand Up @@ -204,11 +173,15 @@
"manager_id": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"reserve_id": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"props": {
"node_provider_auth_contract": null
}
"node_provider_auth_contract": null,
"erasure_coding_required": 4,
"erasure_coding_total": 6,
"replication_total": 3
},
"status": "Activated"
}
],
"clustersGovParams": [
"clustersProtocolParams": [
[
"0x0000000000000000000000000000000000000001",
{
Expand All @@ -229,14 +202,19 @@
[
"0x0000000000000000000000000000000000000001",
[
{
"StoragePubKey": "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y"
}
[
{
"StoragePubKey": "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y"
},
"Genesis",
"ValidationSucceeded"
]
]
]
]
},
"ddcPayouts": {
"feederAccount": null,
"authorisedCaller": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"debtorCustomers": [
[
Expand All @@ -248,4 +226,4 @@
}
}
}
}
}

0 comments on commit 5df04dd

Please sign in to comment.