-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathchain.json
124 lines (124 loc) · 3.71 KB
/
chain.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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "../chain.schema.json",
"chain_name": "bitbadges",
"status": "live",
"chain_type": "cosmos",
"network_type": "mainnet",
"website": "https://bitbadges.io/",
"pretty_name": "BitBadges",
"chain_id": "bitbadges-1",
"daemon_name": "bitbadgeschaind",
"bech32_prefix": "bb",
"node_home": "$HOME/.bitbadgeschaind",
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "ubadge",
"fixed_min_gas_price": 0,
"low_gas_price": 0.00025,
"average_gas_price": 0.0025,
"high_gas_price": 0.025
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ustake"
}
]
},
"codebase": {
"git_repo": "https://github.com/bitbadges/bitbadgeschain/",
"recommended_version": "v1.0-bb-mainnet",
"compatible_versions": [
"v1.0-bb-mainnet"
],
"binaries": {
"linux/amd64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64",
"linux/arm64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.10"
},
"ibc": {
"type": "go",
"version": "v8.3.2"
},
"consensus": {
"type": "cometbft",
"version": "v0.38.12",
"repo": "https://github.com/cometbft/cometbft"
},
"genesis": {
"genesis_url": "https://github.com/BitBadges/bitbadgeschain/blob/master/genesis.json"
}
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png"
},
"description": "BitBadges is the all-in-one, multi-chain platform for building your digital identity.",
"peers": {
"seeds": [],
"persistent_peers": [
{
"id": "2703c1304a70186372aa726a762d60da94c29ffe",
"address": "134.122.12.165:26656"
},
{
"id": "9b9dee928a174bcd0272be9127f5f455d418d6b2",
"address": "bitbadges_mainnet_peer.chain.whenmoonwhenlambo.money:30001"
}
]
},
"apis": {
"rpc": [
{
"address": "http://134.122.12.165:26657",
"provider": "bitbadges"
},
{
"address": "https://bitbadges_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25"
}
],
"rest": [
{
"address": "http://134.122.12.165:1317",
"provider": "bitbadges"
},
{
"address": "https://bitbadges_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25"
}
],
"grpc": []
},
"explorers": [
{
"kind": "mintscan",
"url": "https://www.mintscan.io/bitbadges",
"tx_page": "https://www.mintscan.io/bitbadges/transactions/${txHash}",
"account_page": "https://www.mintscan.io/bitbadges/accounts/${accountAddress}"
},
{
"kind": "ping.pub",
"url": "https://explorer.bitbadges.io/BitBadges%20Mainnet",
"tx_page": "https://explorer.bitbadges.io/BitBadges%20Mainnet/txs/${txHash}",
"account_page": "https://explorer.bitbadges.io/BitBadBitBadges%20Mainnetges/account/${accountAddress}"
},
{
"kind": "\ud83d\ude80 WHEN MOON \ud83c\udf15 WHEN LAMBO \ud83d\udd25",
"url": "https://explorer.whenmoonwhenlambo.money/bitbadges",
"tx_page": "https://explorer.whenmoonwhenlambo.money/bitbadges/tx/${txHash}",
"account_page": "https://explorer.whenmoonwhenlambo.money/bitbadges/account/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png"
}
]
}