From f84240885e62cc653a5d1605b368bcbb013d5a7c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 12 Jan 2020 09:00:48 -0800 Subject: [PATCH] Added beaconchain explorer to Etherchain --- data/ecosystems/e/etherchain.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/e/etherchain.toml b/data/ecosystems/e/etherchain.toml index 31afa2eb..358c57f0 100644 --- a/data/ecosystems/e/etherchain.toml +++ b/data/ecosystems/e/etherchain.toml @@ -9,6 +9,9 @@ github_organizations = ["https://github.com/gobitfly"] [[repo]] url = "https://github.com/gobitfly/erc20-explorer" +[[repo]] +url = "https://github.com/gobitfly/eth2-beaconchain-explorer" + [[repo]] url = "https://github.com/gobitfly/etherchain-light" @@ -18,12 +21,18 @@ url = "https://github.com/gobitfly/ethereumjs-abi" [[repo]] url = "https://github.com/gobitfly/go-ethereum" +[[repo]] +url = "https://github.com/gobitfly/lighthouse" + [[repo]] url = "https://github.com/gobitfly/parity" [[repo]] url = "https://github.com/gobitfly/pm2-gelf" +[[repo]] +url = "https://github.com/gobitfly/prysm" + [[repo]] url = "https://github.com/gobitfly/somp"