forked from forbole/big-dipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_settings.json
42 lines (41 loc) · 1.27 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
{
"public":{
"chainName": "Cosmos Testnet",
"chainId": "{Chain ID}",
"gtm": "{Add your Google Tag Manager ID here}",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"bech32PrefixAccAddr": "cosmos",
"bech32PrefixAccPub": "cosmospub",
"bech32PrefixValAddr": "cosmosvaloper",
"bech32PrefixValPub": "cosmosvaloperpub",
"bech32PrefixConsAddr": "cosmosvalcons",
"bech32PrefixConsPub": "cosmosvalconspub",
"stakingDenom": "ATOM",
"mintingDenom": "uatom",
"stakingFraction": 1000000,
"gasPrice": 0.02,
"coingeckoId": "cosmos"
},
"genesisFile": "{Replace the address of the genesis file of the chain}",
"remote":{
"rpc":"https://gaia-seeds.interblock.io",
"lcd":"https://gaia-seeds.interblock.io:1317"
},
"debug": {
"startTimer": true,
"readGenesis": true
},
"params":{
"startHeight": 0,
"defaultBlockTime": 5000,
"blockInterval": 15000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}