From f7f3e693aaa6f19bd2a9024de095cedd09c3761f Mon Sep 17 00:00:00 2001 From: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:48:54 -0700 Subject: [PATCH] Add validators list to tezos --- blockchains/tezos/validators/list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 blockchains/tezos/validators/list.json diff --git a/blockchains/tezos/validators/list.json b/blockchains/tezos/validators/list.json new file mode 100644 index 000000000..247ae5e81 --- /dev/null +++ b/blockchains/tezos/validators/list.json @@ -0,0 +1,14 @@ +[ + { + "id": "tz1TDSmoZXwVevLTEvKCTHWpomG76oC9S2fJ", + "name": "Tezos Capital Legacy", + "description": "Tezos Capital Legacy is open and accepting new delegations. The service serves over 1500 customers with a high performing, efficient service.", + "website": "https://www.tezos.capital" + }, + { + "id": "tz1Tnjaxk6tbAeC2TmMApPh8UsrEVQvhHvx5", + "name": "Crypto Delegate", + "description": "CryptoDelegate delegation service is the best alternative to running your own node. The easy way to grow your Tezos stake is to Delegate your XTZ Tezzies.", + "website": "https://www.cryptodelegate.com" + } +]