-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchainConfigs.json
67 lines (67 loc) · 2.17 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
[
{
"chainName" : "Cosmos",
"walletPrefix" : "cosmos",
"networkName" : "cosmoshub-4",
"tokenDenom" : "uatom",
"rpcEndpoint" : "https://cosmoshub.validator.network",
"restEndpoint" : "https://api.cosmos.network"
},
{
"chainName" : "Osmosis",
"walletPrefix" : "osmo",
"networkName" : "osmosis-1",
"tokenDenom" : "uosmo",
"rpcEndpoint" : "https://rpc-osmosis.blockapsis.com",
"restEndpoint" : "https://lcd-osmosis.blockapsis.com"
},
{
"chainName" : "Chihuahua",
"walletPrefix" : "chihuahua",
"networkName" : "chihuahua-1",
"tokenDenom" : "uhuahua",
"rpcEndpoint" : "https://rpc.chihuahua.wtf",
"restEndpoint" : "https://api.chihuahua.wtf"
},
{
"chainName" : "Stargaze",
"walletPrefix" : "stars",
"networkName" : "stargaze-1",
"tokenDenom" : "ustars",
"rpcEndpoint" : "https://rpc.stargaze-apis.com",
"restEndpoint" : "https://rest.stargaze-apis.com"
},
{
"chainName" : "Juno",
"walletPrefix" : "juno",
"networkName" : "juno-1",
"tokenDenom" : "ujuno",
"rpcEndpoint" : "https://rpc-juno.itastakers.com",
"restEndpoint" : "https://lcd-juno.itastakers.com"
},
{
"chainName" : "Lum",
"walletPrefix" : "lum",
"networkName" : "lum-network-1",
"tokenDenom" : "ulum",
"rpcEndpoint" : "https://node0.mainnet.lum.network/rpc",
"restEndpoint" : "https://node0.mainnet.lum.network/rest"
},
{
"chainName" : "Like",
"walletPrefix" : "cosmos",
"networkName" : "likecoin-mainnet-2",
"tokenDenom" : "ulike",
"rpcEndpoint" : "https://mainnet-node.like.co/rpc",
"restEndpoint" : "https://mainnet-node.like.co"
},
{
"chainName" : "Desmos",
"walletPrefix" : "desmos",
"networkName" : "desmos-mainnet",
"tokenDenom" : "udsm",
"rpcEndpoint" : "https://rpc.mainnet.desmos.network",
"restEndpoint" : "https://api.mainnet.desmos.network",
"customDerivationPath" : "m/44'/852'/0'/0/0"
}
]