-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchain.json
More file actions
82 lines (82 loc) · 1.87 KB
/
chain.json
File metadata and controls
82 lines (82 loc) · 1.87 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
{
"$schema": "../chain.schema.json",
"chain_name": "meme",
"status": "live",
"network_type": "mainnet",
"pretty_name": "MEME",
"chain_id": "meme-1",
"bech32_prefix": "meme",
"daemon_name": "memed",
"node_home": "$HOME/.memed",
"genesis": {
"genesis_url": "https://github.com/memecosmos/mainnet/raw/main/meme-1/genesis.json"
},
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "umeme",
"fixed_min_gas_price": 0.025
}
]
},
"codebase": {
"git_repo": "https://github.com/memecosmos/meme/",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
]
},
"peers": {
"persistent_peers": [
{
"id": "8db6d048af7c3cbbded64a13e107deac0ecd4e0b",
"address": "157.230.58.197:26656",
"provider": "MEME Foundation"
},
{
"id": "0bff1a09a775f3f48125e2608e5425d9916be9ec",
"address": "157.230.58.200:26656",
"provider": "MEME Foundation"
},
{
"id": "81ca4565e35d3c3f9cf6cf6d8d1fe7e6c4a2e490",
"address": "207.148.2.119:26656",
"provider": "MEME Foundation"
},
{
"id": "1e2a4e7c513d1ba267fe2e689d4dfe6d6105f644",
"address": "155.138.255.208:26656",
"provider": "MEME Foundation"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc-meme-1.meme.sx:443/",
"provider": "MEME Foundation"
},
{
"address": "https://meme-rpc.polkachu.com:443/",
"provider": "Polkachu"
}
],
"rest": [
{
"address": "https://api-meme-1.meme.sx:443/",
"provider": "MEME Foundation"
}
]
},
"explorers": [
{
"kind": "MEME Explorer",
"url": "https://explorer.meme.sx/meme",
"tx_page": "https://explorer.meme.sx/meme/tx/${txHash}"
}
]
}