forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchain.json
More file actions
111 lines (111 loc) · 2.71 KB
/
Copy pathchain.json
File metadata and controls
111 lines (111 loc) · 2.71 KB
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
{
"$schema": "../chain.schema.json",
"chain_name": "stoc",
"status": "live",
"network_type": "mainnet",
"website": "https://www.stochain.io/",
"pretty_name": "STO Chain",
"chain_type": "cosmos",
"chain_id": "stoc",
"bech32_prefix": "stoc",
"daemon_name": "stocd",
"node_home": "$HOME/.stoc",
"key_algos": [
"secp256k1"
],
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "ustoc",
"fixed_min_gas_price": 0.01,
"low_gas_price": 0.01,
"average_gas_price": 0.015,
"high_gas_price": 0.02
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ustoc"
}
]
},
"codebase": {
"git_repo": "https://github.com/stochainassociation/stoc-blockchain-mainnet",
"recommended_version": "latest-a2d23f37",
"compatible_versions": [
"latest-a2d23f37"
],
"consensus": {
"type": "cometbft",
"version": "v0.38.19"
},
"genesis": {
"genesis_url": "https://rpc-stoc-mainnet.stochainscan.io/genesis"
},
"sdk": {
"type": "cosmos",
"version": "v0.53.3"
},
"ibc": {
"type": "go",
"version": "v8.7.0"
}
},
"description": "STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png"
},
"peers": {
"seeds": [],
"persistent_peers": [
{
"id": "4ed01c03afcca1399467c644efbb7f076cb406d0",
"address": "202.182.110.150:26656"
},
{
"id": "41f8094cd1da001a7a4416246c3ea5ab62196bd9",
"address": "45.32.180.48:26656"
},
{
"id": "5f0cd810689cc8907aa3520a75705b20f9f179bb",
"address": "64.176.4.207:26656"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc-stoc-mainnet.stochainscan.io/",
"provider": "STO Chain"
}
],
"rest": [
{
"address": "https://api-stoc-mainnet.stochainscan.io/",
"provider": "STO Chain"
}
],
"grpc": [
{
"address": "grpc-stoc-mainnet.stochainscan.io:443",
"provider": "STO Chain"
}
]
},
"explorers": [
{
"kind": "stochainscan",
"url": "https://stochainscan.io/en",
"tx_page": "https://stochainscan.io/en/transaction/${txHash}",
"account_page": "https://stochainscan.io/en/address/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png"
}
]
}