From 9b2ecc093d11380c0c27a0f216665bee26f7640e Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Mar 2020 08:05:41 -0700 Subject: [PATCH] Added staking dashboard to Harmony --- data/ecosystems/h/harmony.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/h/harmony.toml b/data/ecosystems/h/harmony.toml index a3991dc9..5e264ea9 100644 --- a/data/ecosystems/h/harmony.toml +++ b/data/ecosystems/h/harmony.toml @@ -189,6 +189,9 @@ url = "https://github.com/harmony-one/solidity" [[repo]] url = "https://github.com/harmony-one/staking-dashboard" +[[repo]] +url = "https://github.com/harmony-one/staking-dashboard-e2e" + [[repo]] url = "https://github.com/harmony-one/taggedrlp"