From 42a96ebe21292a87184c297c160e48e5099bbbd8 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 4 Aug 2019 15:39:02 -0700 Subject: [PATCH] Added Wallet and Masternode Tool Repos for Dash --- data/ecosystems/d/dash.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/ecosystems/d/dash.toml b/data/ecosystems/d/dash.toml index bd93bd53..fc7d2348 100644 --- a/data/ecosystems/d/dash.toml +++ b/data/ecosystems/d/dash.toml @@ -6,6 +6,14 @@ sub_ecosystems = [] github_organizations = ["https://github.com/dashevo", "https://github.com/dashpay"] # Repositories +[[repo]] +url = "https://github.com/akhavr/electrum-dash" +tags = ["Wallet"] + +[[repo]] +url = "https://github.com/Bertrand256/dash-masternode-tool" +tags = ["Developer Tool"] + [[repo]] url = "https://github.com/dashevo/android-dpp"