From 51dbd5febfb64e0fa7b6192bca503bdc01e95309 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 22 Sep 2020 08:32:34 -0700 Subject: [PATCH] Add ethsigner to Cartesi ecosystem --- data/ecosystems/c/cartesi.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/c/cartesi.toml b/data/ecosystems/c/cartesi.toml index 0821bfe6..283b0331 100644 --- a/data/ecosystems/c/cartesi.toml +++ b/data/ecosystems/c/cartesi.toml @@ -48,6 +48,9 @@ url = "https://github.com/cartesi/dispatcher" [[repo]] url = "https://github.com/cartesi/docs" +[[repo]] +url = "https://github.com/cartesi/ethsigner" + [[repo]] url = "https://github.com/cartesi/grpc-interfaces"