-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
43 lines (43 loc) · 1.33 KB
/
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
{
"public":{
"chainName": "Dashboard",
"chainId": "colors-test-01",
"gtm": "{Add your Google Tag Manager ID here}",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"bech32PrefixAccAddr": "colors",
"bech32PrefixAccPub": "colorspub",
"bech32PrefixValAddr": "colorsvaloper",
"bech32PrefixValPub": "colorsvaloperpub",
"bech32PrefixConsAddr": "colorsvalcons",
"bech32PrefixConsPub": "colorsvalconspub",
"stakingDenom": "CLR",
"mintingDenom": " uclr",
"stakingFraction": 1000000,
"coingeckoId": "colorplatform"
},
"genesisFile": "https://rpc.testnet.color-platform.rnssol.com/genesis",
"remote":{
"rpc":"https://rpc.testnet.color-platform.rnssol.com",
"lcd":"https://lcd.testnet.color-platform.rnssol.com"
},
"debug": {
"startTimer": true,
"readGenesis": true
},
"bin":{
"gaiadebug": "/path/to/gaiadebug"
},
"params":{
"startHeight": 0,
"defaultBlockTime": 5000,
"blockInterval": 15000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}