summaryrefslogtreecommitdiff
path: root/test/testdata/nettemplates/TwoNodesExpiredOfflineV29.json
blob: 198657b6c86bc9985480c76fe4c1744a6c306309 (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": "https://github.com/algorandfoundation/specs/tree/abc54f79f9ad679d2d22f0fb9909fb005c16f8a1",
    "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 }
      ]
    }
  ]
}