-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
31 lines (31 loc) · 890 Bytes
/
sample.json
File metadata and controls
31 lines (31 loc) · 890 Bytes
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
{
"id": 0,
"name": "mainnet",
"desc": "The XRP Ledger, a decentralized cryptographic ledger powered by a network of peer-to-peer servers and the home of XRP.",
"wss": [
"wss://xrplcluster.com/",
"wss://xrpl.ws/",
"wss://s1.ripple.com/",
"wss://s2.ripple.com/",
"wss://x1.sologenic.org"
],
"rpc": [
"https://xrplcluster.com/",
"https://xrpl.ws/",
"https://s1.ripple.com:51234/",
"https://s2.ripple.com:51234/"
],
"explorer": "https://bithomp.com/explorer/",
"repo": "https://github.com/XRPLF/rippled/tree/master",
"faucet": null,
"vl": {
"ripple": {
"site": "https://vl.ripple.com",
"key": ["ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734"]
},
"xrplf": {
"site": "https://vl.xrplf.org",
"key": ["ED45D1840EE724BE327ABE9146503D5848EFD5F38B6D5FEDE71E80ACCE5E6E738B"]
}
}
}