-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
112 lines (112 loc) · 2.77 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"public": {
"chainName": "Tradehub",
"chainId": "switcheo-tradehub-1",
"stakingFraction": 100000000,
"slashingWindow": 3600,
"uptimeWindow": 100,
"initialPageSize": 30,
"secp256k1": false,
"bech32PrefixAccAddr": "swth",
"bech32PrefixAccPub": "swthpub",
"bech32PrefixValAddr": "swthvaloper",
"bech32PrefixValPub": "swthvaloperpub",
"bech32PrefixConsAddr": "swthvalcons",
"bech32PrefixConsPub": "swthvalconspub",
"bondDenom": "swth",
"coins": [
{
"denom": "swth",
"displayName": "SWTH",
"displayNamePlural": "SWTH",
"fraction": 100000000
},
{
"denom": "usdc1",
"displayName": "USDC",
"displayNamePlural": "USDC",
"fraction": 1000000
},
{
"denom": "wbtc1",
"displayName": "WBTC",
"displayNamePlural": "WBTC",
"fraction": 100000000
},
{
"denom": "eth1",
"displayName": "ETH",
"displayNamePlural": "ETH",
"fraction": 1000000000000000000
},
{
"denom": "flm1",
"displayName": "FLM",
"displayNamePlural": "FLM",
"fraction": 100000000
},
{
"denom": "cel1",
"displayName": "CEL",
"displayNamePlural": "CEL",
"fraction": 10000
},
{
"denom": "nex1",
"displayName": "NEX",
"displayNamePlural": "NEX",
"fraction": 100000000
},
{
"denom": "nneo2",
"displayName": "NNEO",
"displayNamePlural": "NNEO",
"fraction": 100000000
},
{
"denom": "bnb1",
"displayName": "BNB",
"displayNamePlural": "BNB",
"fraction": 1000000000000000000
},
{
"denom": "busd1",
"displayName": "BUSD",
"displayNamePlural": "BUSD",
"fraction": 1000000000000000000
},
{
"denom": "btcb1",
"displayName": "BTCB",
"displayNamePlural": "BTCB",
"fraction": 1000000000000000000
}
],
"gasPrice": 0.02,
"coingeckoId": "switcheo"
},
"genesisFile": "https://raw.githubusercontent.com/vincentgeneste/big-dipper/master/genesis.json",
"remote": {
"rpc": "http://135.181.19.50:26659",
"lcd": "http://135.181.19.50:1317"
},
"mtp": {
"richListEndpointBaseUrl": "http://135.181.178.159:8001",
"priceEndpointBaseUrl": "http://135.181.178.159:8002"
},
"debug": {
"startTimer": true,
"readGenesis": true
},
"params": {
"startHeight": 0,
"defaultBlockTime": 1000,
"blockInterval": 15000,
"consensusInterval": 1000,
"statusInterval": 7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}