forked from totallyswede/cosmos-stake-bot
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchainConfigs.json
93 lines (93 loc) · 2.9 KB
/
chainConfigs.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
[
{
"chainName" : "Cosmos",
"walletPrefix" : "cosmos",
"networkName" : "cosmoshub-4",
"tokenDenom" : "uatom",
"min_tx_fee": "800",
"gas":120000,
"rpcEndpoint" : "https://cosmoshub.validator.network",
"restEndpoint" : "https://api.cosmos.network"
},
{
"chainName" : "Osmosis",
"walletPrefix" : "osmo",
"networkName" : "osmosis-1",
"tokenDenom" : "uosmo",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://rpc-osmosis.blockapsis.com",
"restEndpoint" : "https://lcd-osmosis.blockapsis.com"
},
{
"chainName" : "Chihuahua",
"walletPrefix" : "chihuahua",
"networkName" : "chihuahua-1",
"tokenDenom" : "uhuahua",
"min_tx_fee": "4000",
"gas":80000,
"rpcEndpoint" : "https://rpc.chihuahua.wtf",
"restEndpoint" : "https://api.chihuahua.wtf"
},
{
"chainName" : "Stargaze",
"walletPrefix" : "stars",
"networkName" : "stargaze-1",
"tokenDenom" : "ustars",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://rpc.stargaze-apis.com",
"restEndpoint" : "https://rest.stargaze-apis.com"
},
{
"chainName" : "Juno",
"walletPrefix" : "juno",
"networkName" : "juno-1",
"tokenDenom" : "ujuno",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://rpc-juno.itastakers.com",
"restEndpoint" : "https://lcd-juno.itastakers.com"
},
{
"chainName" : "Lum",
"walletPrefix" : "lum",
"networkName" : "lum-network-1",
"tokenDenom" : "ulum",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://node0.mainnet.lum.network/rpc",
"restEndpoint" : "https://node0.mainnet.lum.network/rest"
},
{
"chainName" : "Like",
"walletPrefix" : "cosmos",
"networkName" : "likecoin-mainnet-2",
"tokenDenom" : "ulike",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://mainnet-node.like.co/rpc",
"restEndpoint" : "https://mainnet-node.like.co"
},
{
"chainName" : "Desmos",
"walletPrefix" : "desmos",
"networkName" : "desmos-mainnet",
"tokenDenom" : "udsm",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://rpc.mainnet.desmos.network",
"restEndpoint" : "https://api.mainnet.desmos.network",
"customDerivationPath" : "m/44'/852'/0'/0/0"
},
{
"chainName" : "Secret",
"walletPrefix" : "secret",
"networkName" : "secret network",
"tokenDenom" : "uscrt",
"min_tx_fee": "800",
"gas":200000,
"rpcEndpoint" : "https://secret-4.api.trivium.network:26657/",
"restEndpoint" : "https://secret-4.api.trivium.network:1317/"
}
]