forked from babylonlabs-io/staking-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-params.json
38 lines (38 loc) · 1.15 KB
/
test-params.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
{
"versions": [
{
"version": 0,
"activation_height": 100,
"staking_cap": 5000000000,
"tag": "01020304",
"covenant_pks": [
"03cecdb3f9b99e0d67e806a9d1abd9d8c7811602dc7653bcb657a3faff29b76047"
],
"covenant_quorum": 1,
"unbonding_time": 20,
"unbonding_fee": 1000,
"max_staking_amount": 300000,
"min_staking_amount": 3000,
"max_staking_time": 100,
"min_staking_time": 50,
"confirmation_depth": 10
},
{
"version": 1,
"activation_height": 110,
"cap_height": 120,
"tag": "01020304",
"covenant_pks": [
"03cecdb3f9b99e0d67e806a9d1abd9d8c7811602dc7653bcb657a3faff29b76047"
],
"covenant_quorum": 1,
"unbonding_time": 20,
"unbonding_fee": 1000,
"max_staking_amount": 300000,
"min_staking_amount": 3000,
"max_staking_time": 100,
"min_staking_time": 50,
"confirmation_depth": 10
}
]
}