From 1fb8e1bbafb38fe3fe4f8e696a7ebf04fade9015 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 15 Mar 2022 13:38:27 +0000 Subject: [PATCH] Add wellknown validators json file --- .wellknown/wallet/validators.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .wellknown/wallet/validators.json diff --git a/.wellknown/wallet/validators.json b/.wellknown/wallet/validators.json new file mode 100644 index 0000000000..f4987aa3dc --- /dev/null +++ b/.wellknown/wallet/validators.json @@ -0,0 +1,6 @@ +{ + "mainnet":[{ + "nymd_url":"https://rpc.nyx.nodes.guru/", + "api_url":"https://api.nyx.nodes.guru/" + }] +}