forked from akash-network/net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
53 lines (53 loc) · 1.29 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
{
"chain_name": "testnet-02",
"status": "live",
"network_type": "testnet",
"pretty_name": "testnet-02",
"chain_id": "testnet-02",
"bech32_prefix": "akash",
"daemon_name": "akash",
"node_home": "$HOME/.akash",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/ovrclk/net/main/testnet-02/genesis.json"
},
"codebase": {
"git_repo": "github.com/ovrclk/akash",
"recommended_version": "v0.23.1-rc0",
"compatible_versions": [
"v0.23.1-rc0"
],
"binaries": {
"linux/amd64": "https://github.com/akash-network/node/releases/download/v0.23.1-rc0/akash_0.23.1-rc0_linux_amd64.zip",
"linux/arm64": "https://github.com/akash-network/node/releases/download/v0.23.1-rc0/akash_0.23.1-rc0_linux_arm64.zip"
}
},
"peers": {
"seeds": [
],
"persistent_peers": [
{
"id": "1030dd1fdc6dc8686b00e069f00866376d5e95cf",
"address": "p2p.testnet-02.aksh.pw:26656"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.testnet-02.aksh.pw:443"
}
],
"rest": [
{
"address": "https://api.testnet-02.aksh.pw:443",
"provider": "akash"
}
],
"grpc": [
{
"address": "grpc.testnet-02.aksh.pw:9090",
"provider": "akash"
}
]
}
}