From ce2893860bb825742f581bdb1b90baf7263c2928 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:08:23 -0800 Subject: [PATCH] Added typechain to Cartesi --- 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 57daca33..48c6171a 100644 --- a/data/ecosystems/c/cartesi.toml +++ b/data/ecosystems/c/cartesi.toml @@ -122,3 +122,6 @@ url = "https://github.com/cartesi/solidity-util" [[repo]] url = "https://github.com/cartesi/tournament-dlib" + +[[repo]] +url = "https://github.com/cartesi/TypeChain"