summaryrefslogtreecommitdiff
path: root/test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json
blob: 8c2d2e669d75acb6703e3a2fbe182512f57bd9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "Genesis": {
    "NetworkName": "tbd",
    "ConsensusProtocol": "future",
    "Wallets": [
      {
        "Name": "Online1",
        "Stake": 90,
        "Online": true
      },
      {
        "Name": "Online2",
        "Stake": 10,
        "Online": false
      }
    ]
  },
  "Nodes": [
    {
      "Name": "Primary",
      "IsRelay": true,
      "Wallets": [
        { "Name": "Online1",
          "ParticipationOnly": false }
      ]
    },
    {
      "Name": "Secondary",
      "IsRelay": true,
      "Wallets": [
        { "Name": "Online2",
          "ParticipationOnly": false }
      ]
    }
  ]
}