forked from Consensys/cakeshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
7nodes.json
37 lines (37 loc) · 864 Bytes
/
7nodes.json
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
37
[
{
"name": "node1",
"rpcUrl": "http://localhost:22000",
"transactionManagerUrl": "http://localhost:9081"
},
{
"name": "node2",
"rpcUrl": "http://localhost:22001",
"transactionManagerUrl": "http://localhost:9082"
},
{
"name": "node3",
"rpcUrl": "http://localhost:22002",
"transactionManagerUrl": "http://localhost:9083"
},
{
"name": "node4",
"rpcUrl": "http://localhost:22003",
"transactionManagerUrl": "http://localhost:9084"
},
{
"name": "node5",
"rpcUrl": "http://localhost:22004",
"transactionManagerUrl": "http://localhost:9085"
},
{
"name": "node6",
"rpcUrl": "http://localhost:22005",
"transactionManagerUrl": "http://localhost:9086"
},
{
"name": "node7",
"rpcUrl": "http://localhost:22006",
"transactionManagerUrl": "http://localhost:9087"
}
]