-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-v0.30.0.json
90 lines (89 loc) · 2.76 KB
/
config-v0.30.0.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
{
"chain_id": "localakash",
"accounts": {
"add": [
{
"address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww",
"pubkey": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "Ap0sauGRfAcjXjL0k+Oyp+mZmR3Tono8CrhrFXWJtlG2"
},
"coins": [
"2000000000000000uakt"
]
}
]
},
"validators": {
"add": [
{
"name": "upgrade-tester-1",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "bsSoqsps8H653LIetc5vubX4xtsEXaAHB6818xbqz3s="
},
"rates": {
"rate": "0.05",
"maxRate": "0.8",
"maxChangeRate": "0.1"
},
"bonded": true,
"delegators": [
{
"address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww",
"coins": [
"1500000000000000uakt"
]
}
]
},
{
"name": "upgrade-tester-2",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "hmhw7ZVh2cnFjgq+/Y0KKTZt74bRr9VNIIbv37VVFu8="
},
"rates": {
"rate": "0.05",
"maxRate": "0.8",
"maxChangeRate": "0.1"
},
"bonded": true,
"delegators": [
{
"address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww",
"coins": [
"220000000000000uakt"
]
}
]
},
{
"name": "upgrade-tester-3",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "AnHnkIvUa/AmZd5aQglj8IOIUGYXoC57K8q+K4G7vmM="
},
"rates": {
"rate": "0.05",
"maxRate": "0.8",
"maxChangeRate": "0.1"
},
"bonded": true,
"delegators": [
{
"address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww",
"coins": [
"220000000000000uakt"
]
}
]
}
]
},
"gov": {
"voting_params": {
"voting_period": "60s"
}
}
}