-
Notifications
You must be signed in to change notification settings - Fork 2
/
default.neo-express
62 lines (62 loc) · 1.74 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
{
"magic": 1600583598,
"address-version": 53,
"consensus-nodes": [
{
"tcp-port": 50013,
"ws-port": 50014,
"rpc-port": 50012,
"wallet": {
"name": "node1",
"accounts": [
{
"private-key": "3ba7daf9c89f20baae298754f33e1c6f61f3eb322795583aad333c4a4ca3dcec",
"script-hash": "NRJqSE9tKRU73ySX9a5jXE1cQUmpmvn179",
"label": null,
"is-default": true,
"contract": {
"script": "0c210306c31991ddb6e72039648b4605337eed23d0f91ac095dfdd29f9840e3a7790204156e7b327",
"parameters": [
"Signature"
]
}
},
{
"private-key": "3ba7daf9c89f20baae298754f33e1c6f61f3eb322795583aad333c4a4ca3dcec",
"script-hash": "NZWKsbcPZ7y8gzac9WWzt7CCrmKE3Ff3Jv",
"label": "Consensus MultiSigContract",
"is-default": false,
"contract": {
"script": "110c210306c31991ddb6e72039648b4605337eed23d0f91ac095dfdd29f9840e3a77902011419ed0dc3a",
"parameters": [
"Signature"
]
}
}
]
}
}
],
"wallets": [
{
"name": "Alice",
"accounts": [
{
"private-key": "ba042f459fd1249349949e0625010b552842324ff161e5597f991e76380e5317",
"script-hash": "Nef7xBwoch9bPFT7R4ZWqYP6WvTMrvDhCT",
"label": null,
"is-default": true,
"contract": {
"script": "0c21026434f6e59db7fdfb07439109ec987ee5e0bfa2f2137380e781f7f619f931dadd4156e7b327",
"parameters": [
"Signature"
]
}
}
]
}
],
"settings": {
"chain.SecondsPerBlock": "5"
}
}