-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.neo-express
111 lines (111 loc) · 3.18 KB
/
default.neo-express
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"magic": 1214759099,
"address-version": 53,
"consensus-nodes": [
{
"tcp-port": 50013,
"ws-port": 50014,
"rpc-port": 50012,
"wallet": {
"name": "node1",
"accounts": [
{
"private-key": "53da74cb910211d362f531c1fa4a7e9762b265cdf6e48dd7caa1986c98d307a2",
"script-hash": "NdCcM8t2mTR3HPy3Vt4TeESoFsmpyyRyn2",
"label": null,
"is-default": true,
"contract": {
"script": "0c2102e66e483cb1dd67902fee82665e572cd44551cc5405a23dc1ee216a3edfe6004c4156e7b327",
"parameters": [
"Signature"
]
}
},
{
"private-key": "53da74cb910211d362f531c1fa4a7e9762b265cdf6e48dd7caa1986c98d307a2",
"script-hash": "Ne7sNdMxfSh1chDo7avwzeY6MYiQtLZ4Wp",
"label": "Consensus MultiSigContract",
"is-default": false,
"contract": {
"script": "110c2102e66e483cb1dd67902fee82665e572cd44551cc5405a23dc1ee216a3edfe6004c11419ed0dc3a",
"parameters": [
"Signature"
]
}
}
]
}
}
],
"wallets": [
{
"name": "alice",
"accounts": [
{
"private-key": "0b8d745a2364825c81b3db8b4525ddfb87afd2315818bfd8fcae11784bf0f317",
"script-hash": "NNKpBFbKVyo4Y3CSNkwwJXrgF584FY4eZm",
"label": null,
"is-default": true,
"contract": {
"script": "0c210264448f50394995a5971f70e3df7bf80a59802c1339fdc7450f3ed5e90155c98c4156e7b327",
"parameters": [
"Signature"
]
}
}
]
},
{
"name": "bob",
"accounts": [
{
"private-key": "da9ae47ea50a7efafd688e41270fb4f0eafd5d974083d9716c60f12eeafd09ed",
"script-hash": "NPVfx8vrEcqSnVGNEavDLfoC4k5SEyDvby",
"label": null,
"is-default": true,
"contract": {
"script": "0c210383f2266fdb56b805f91afd07367cd1d298803b17deae1d584842ec53ee0558144156e7b327",
"parameters": [
"Signature"
]
}
}
]
},
{
"name": "owen",
"accounts": [
{
"private-key": "b94dbb928d3b3c9fa291b1874f400084e244a395d81c4c410cf53a9beecdd498",
"script-hash": "NcfNyDbaHAgS5oRjkhHYFKAJ1JnRVjcH5j",
"label": null,
"is-default": true,
"contract": {
"script": "0c21029fdc938abc97e2ac6e9cd1e586208ee07142dcf83e41a8f3b0f4269ca705ecc64156e7b327",
"parameters": [
"Signature"
]
}
}
]
},
{
"name": "steve",
"accounts": [
{
"private-key": "a438c99d16766a126ed5ce1028250b7146f8373cc51637b00084b33c572dee59",
"script-hash": "NQdK7aM5ha12PjcMf9evaofiRSp7irZ9Jk",
"label": null,
"is-default": true,
"contract": {
"script": "0c2103f87c775aed94c27d025f784aa81b16477570887afeb9c4914b5dfe9d84c9fc4f4156e7b327",
"parameters": [
"Signature"
]
}
}
]
}
],
"settings": {}
}