Skip to content

Commit

Permalink
Add missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Mar 5, 2021
1 parent 36edd44 commit 33e1efa
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/testdata/nettemplates/TwoNodes50EachV24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Genesis": {
"NetworkName": "tbd",
"ConsensusProtocol": "https://github.com/algorandfoundation/specs/tree/3a83c4c743f8b17adfd73944b4319c25722a6782",
"Wallets": [
{
"Name": "Wallet1",
"Stake": 50,
"Online": true
},
{
"Name": "Wallet2",
"Stake": 50,
"Online": true
}
]
},
"Nodes": [
{
"Name": "Primary",
"IsRelay": true,
"Wallets": [{ "Name": "Wallet1", "ParticipationOnly": false }]
},
{
"Name": "Node",
"Wallets": [{ "Name": "Wallet2", "ParticipationOnly": false }]
}
]
}

0 comments on commit 33e1efa

Please sign in to comment.