forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.json
88 lines (88 loc) · 2.38 KB
/
chain.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
{
"$schema": "../chain.schema.json",
"chain_name": "galaxy",
"status": "live",
"network_type": "mainnet",
"website": "https://galaxychain.zone/",
"pretty_name": "Galaxy",
"chain_id": "galaxy-1",
"bech32_prefix": "galaxy",
"daemon_name": "galaxyd",
"node_home": "$HOME/.galaxy",
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uglx",
"low_gas_price": 0.025,
"average_gas_price": 0.025,
"high_gas_price": 0.035
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uglx"
}
]
},
"codebase": {
"git_repo": "https://github.com/galaxies-labs/galaxy",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"binaries": {
"linux/amd64": "https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_linux_amd64.tar.gz",
"darwin/amd64": "https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_darwin_amd64.tar.gz"
},
"genesis": {
"genesis_url": "https://github.com/OrbisWorlds/networks/raw/main/galaxy-1/genesis.json"
},
"versions": [
{
"name": "v1.0.0",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"binaries": {
"linux/amd64": "https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_linux_amd64.tar.gz",
"darwin/amd64": "https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_darwin_amd64.tar.gz"
}
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"
},
"peers": {
"seeds": [],
"persistent_peers": [
{
"id": "10f7caa39969dc36450b138848a06e7deabe6fed",
"address": "95.111.244.128:26656",
"provider": "Pathrocknetwork"
},
{
"id": "8b447bd4fa1e56d8252538a6e23573e5e78924fa",
"address": "161.97.155.94:26656",
"provider": "3Tekos"
}
]
},
"apis": {
"rpc": [],
"rest": [],
"grpc": []
},
"explorers": [
{
"kind": "ping.pub",
"url": "https://explorer.postcapitalist.io/Galaxy",
"tx_page": "https://explorer.postcapitalist.io/Galaxy/tx/${txHash}"
}
]
}