summaryrefslogtreecommitdiff
path: root/test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json')
-rw-r--r--test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json b/test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json
new file mode 100644
index 000000000..8c2d2e669
--- /dev/null
+++ b/test/testdata/nettemplates/TwoNodesExpiredOfflineVFuture.json
@@ -0,0 +1,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 }
+ ]
+ }
+ ]
+}