-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenesis.json
131 lines (131 loc) · 3.84 KB
/
genesis.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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"contracts": [
{
"vm": "plugin",
"format": "plugin",
"name": "coin",
"location": "coin:1.0.0",
"init": null
},
{
"vm": "plugin",
"format": "plugin",
"name": "dposV3",
"location": "dposV3:3.0.0",
"init": {
"params": {
"validatorCount": "21",
"oracleAddress": {
"chainId": "default",
"local": "FZRCCR/uP5wp2vZu5F4plTTlJ+E="
}
},
"validators": [
{
"pubKey": "u24GHK3IkkNAxQ+n3uHvOr/SBlCko7AOKZ3AJHFYsu4=",
"power": "10"
}
],
"initCandidates": true
}
},
{
"vm": "plugin",
"format": "plugin",
"name": "addressmapper",
"location": "addressmapper:0.1.0",
"init": null
},
{
"vm": "plugin",
"format": "plugin",
"name": "binance-gateway",
"location": "binance-gateway:0.1.0",
"init": {
"owner": {
"chainId": "default",
"local": "FZRCCR/uP5wp2vZu5F4plTTlJ+E="
}
}
},
{
"vm": "plugin",
"format": "plugin",
"name": "chainconfig",
"location": "chainconfig:1.0.0",
"init": {
"owner": {
"chainId": "default",
"local": "FZRCCR/uP5wp2vZu5F4plTTlJ+E="
},
"features": [
{
"name": "dpos:v3.1",
"status": "WAITING"
},
{
"name": "chaincfg:v1.1",
"status": "WAITING"
},
{
"name": "chaincfg:v1.2",
"status": "WAITING"
},
{
"name": "chaincfg:v1.3",
"status": "WAITING"
},
{
"name": "receipts:v2",
"status": "WAITING"
},
{
"name": "receipts:v3.4",
"status": "WAITING"
},
{
"name": "receipts:v3.1",
"status": "WAITING"
},
{
"name": "coin:v1.1",
"status": "WAITING"
},
{
"name": "appstore:v3.1",
"status": "WAITING"
},
{
"name": "auth:sigtx:eth",
"status": "WAITING"
},
{
"name": "tx:eth",
"status": "WAITING"
},
{
"name": "tx:check-value",
"status": "WAITING"
},
{
"name": "evm:constantinople",
"status": "WAITING"
}
]
}
}
],
"config": {
"evm": {
"gas_limit": 0
},
"app_store": {
"num_evm_keys_to_prune": 0,
"iavl_flush_interval": 0,
"prune_evm_keys_interval": 0
},
"nonce_handler": {
"inc_nonce_on_failed_tx": false
}
}
}