From f5d2c90df2137b8801668d4c7d6ca187c7fdf992 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 3 Nov 2019 22:22:45 -0800 Subject: [PATCH] Added muskoka client to Ethereum --- data/ecosystems/e/ethereum.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 316f5fe5..d00ecc0c 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -1762,6 +1762,9 @@ tags = ["Developer Tool"] [[repo]] url = "https://github.com/protofire/solhint" +[[repo]] +url = "https://github.com/protolambda/muskoka-client" + [[repo]] url = "https://github.com/prysmaticlabs/bazel-go-ethereum"