forked from akash-network/net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
67 lines (67 loc) · 2.48 KB
/
meta.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
{
"chain_name": "sandbox-01",
"status": "live",
"network_type": "sandbox",
"pretty_name": "Sandbox",
"chain_id": "sandbox-01",
"bech32_prefix": "akash",
"daemon_name": "akash",
"node_home": "$HOME/.akash",
"codebase": {
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/akash-network/net/main/sandbox/genesis.json"
},
"git_repo": "github.com/akash-network/node",
"recommended_version": "v0.36.0",
"compatible_versions": [
"v0.36.0"
],
"binaries": {
"darwin/amd64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_darwin_all.zip?checksum=sha256:00265384e297123a172597958cc28969da4de342f18c423b6804128e7c7ae079",
"darwin/arm64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_darwin_all.zip?checksum=sha256:00265384e297123a172597958cc28969da4de342f18c423b6804128e7c7ae079",
"linux/amd64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip?checksum=sha256:ce325d7b3c5aa89fb55ae5b313f76781449362f09df97712e0e23f2bfd2b22cf",
"linux/arm64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip?checksum=sha256:66fcc5c60cde63b57a014ae2de07b615102db4b189a43836d7e299847ca2ab1a"
}
},
"peers": {
"seeds": [
],
"persistent_peers": [
{
"id": "e06a303953a66de205d35e6ab1f17c0dc035a516",
"address": "p2p.sandbox-01.aksh.pw:26656"
},
{
"id": "130dd841be22674b5d2840827a86386652a2d96a",
"address": "p2p.sandbox-01.aksh.pw:26651"
},
{
"id": "05be3cd53c5fca5dec6f3bee21eb5f2d1ac9e667",
"address": "p2p.sandbox-01.aksh.pw:26652"
},
{
"id": "3a0f6ca48168538663eb06e7fa36b1ce09a771f0",
"address": "p2p.sandbox-01.aksh.pw:26653"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.sandbox-01.aksh.pw:443"
}
],
"rest": [
{
"address": "https://api.sandbox-01.aksh.pw:443",
"provider": "akash"
}
],
"grpc": [
{
"address": "grpc.sandbox-01.aksh.pw:9090",
"provider": "akash"
}
]
}
}