forked from Consensys/cakeshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
7nodes.json
68 lines (68 loc) · 1.18 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"network": "7nodes",
"nodes": [
{
"name": "node1",
"geth": {
"url": "http://localhost:22000"
},
"tessera": {
"url": "http://localhost:9001"
}
},
{
"name": "node2",
"geth": {
"url": "http://localhost:22001"
},
"tessera": {
"url": "http://localhost:9002"
}
},
{
"name": "node3",
"geth": {
"url": "http://localhost:22002"
},
"tessera": {
"url": "http://localhost:9003"
}
},
{
"name": "node4",
"geth": {
"url": "http://localhost:22003"
},
"tessera": {
"url": "http://localhost:9004"
}
},
{
"name": "node5",
"geth": {
"url": "http://localhost:22004"
},
"tessera": {
"url": "http://localhost:9005"
}
},
{
"name": "node6",
"geth": {
"url": "http://localhost:22005"
},
"tessera": {
"url": "http://localhost:9006"
}
},
{
"name": "node7",
"geth": {
"url": "http://localhost:22006"
},
"tessera": {
"url": "http://localhost:9007"
}
}
]
}