-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchain.json
More file actions
80 lines (80 loc) · 1.46 KB
/
chain.json
File metadata and controls
80 lines (80 loc) · 1.46 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
{
"chain_name": "structs",
"status": "upcoming",
"network_type": "devnet",
"website": "https://playstructs.com",
"pretty_name": "structs",
"chain_type": "cosmos",
"chain_id": "structs",
"bech32_prefix": "structs",
"daemon_name": "structsd",
"node_home": "/Users/abstract/.structs",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "ualpha",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 1
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ualpha"
}
]
},
"codebase": {
"git_repo": "",
"genesis": {
"genesis_url": ""
},
"recommended_version": "v0.6.0",
"compatible_versions": [
"v0.6.0"
],
"consensus": {
"type": "cometbft",
"version": "v0.38.5"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.3"
},
"ibc": {
"type": "go",
"version": "v1.0.0"
},
"cosmwasm": {
"enabled": false
}
},
"description": "",
"apis": {
"rpc": [
{
"address": "http://reactor.oh.energy:26657",
"provider": "oh.energy"
}
],
"rest": [
{
"address": "http://reactor.oh.energy:1317",
"provider": "oh.energy"
}
],
"grpc": [
{
"address": "reactor.oh.energy:9090",
"provider": "oh.energy"
}
]
}
}