forked from forbole/big-dipper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default_settings.json
70 lines (68 loc) · 2.02 KB
/
default_settings.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
{
"public":{
"chainName": "Cosmos",
"chainId": "{Chain ID}",
"gtm": "{Add your Google Tag Manager ID here}",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"secp256k1": false,
"bech32PrefixAccAddr": "cosmos",
"bech32PrefixAccPub": "cosmospub",
"bech32PrefixValAddr": "cosmosvaloper",
"bech32PrefixValPub": "cosmosvaloperpub",
"bech32PrefixConsAddr": "cosmosvalcons",
"bech32PrefixConsPub": "cosmosvalconspub",
"bondDenom": "uatom",
"powerReduction": 1000000,
"coins": [
{
"denom": "uatom",
"displayName": "ATOM",
"fraction": 1000000
},
{
"denom": "umuon",
"displayName": "MUON",
"fraction": 1000000
}
],
"ledger":{
"coinType": 118,
"appName": "Cosmos",
"appVersion": "2.16.0",
"gasPrice": 0.02
},
"modules": {
"bank": true,
"supply": true,
"minting": false,
"gov": true,
"distribution": false
},
"coingeckoId": "cosmos",
"networks": "https://gist.githubusercontent.com/kwunyeung/8be4598c77c61e497dfc7220a678b3ee/raw/bd-networks.json",
"banners": false
},
"remote":{
"rpc":"https://rpc.stargate.forbole.com:443",
"api":"https://api.stargate.forbole.com:443"
},
"debug": {
"startTimer": true
},
"params":{
"startHeight": 0,
"defaultBlockTime": 5000,
"validatorUpdateWindow": 300,
"blockInterval": 15000,
"transactionsInterval": 18000,
"keybaseFetchingInterval": 18000000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}