From 5a31a5645bcdd1a3c157fd39a42485aff69856f1 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 13 Feb 2023 17:13:11 -0500 Subject: [PATCH] [WIP] add vala network --- networks/vala.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 networks/vala.json diff --git a/networks/vala.json b/networks/vala.json new file mode 100644 index 0000000..ef815e0 --- /dev/null +++ b/networks/vala.json @@ -0,0 +1,18 @@ +{ + "id": 51218, + "name": "vala", + "desc": "Highly experimental xrpl network.", + "wss": [ + "wss://vala.ws.transia.co/" + ], + "rpc": [], + "explorer": "https://custom.xrpl.org/vala.ws.transia.co:443", + "repo": "https://github.com/Transia-RnD/rippled/tree/vala", + "faucet": null, + "vl": { + "transia": { + "site": "https://vala.vl.transia.co", + "key": [""] + }, + } +} \ No newline at end of file