From d5a647045cf217797c392f82bc331060107381ff Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 29 Aug 2019 09:42:51 -0700 Subject: [PATCH] Loom CLI and Examples. --- data/ecosystems/l/loom-network.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/l/loom-network.toml b/data/ecosystems/l/loom-network.toml index a68ba661..457c1428 100644 --- a/data/ecosystems/l/loom-network.toml +++ b/data/ecosystems/l/loom-network.toml @@ -45,6 +45,9 @@ url = "https://github.com/loomnetwork/e2e" [[repo]] url = "https://github.com/loomnetwork/erc721x" +[[repo]] +url = "https://github.com/loomnetwork/eth-cli" + [[repo]] url = "https://github.com/loomnetwork/eth-contract-metadata" @@ -120,6 +123,12 @@ url = "https://github.com/loomnetwork/life" [[repo]] url = "https://github.com/loomnetwork/limiter" +[[repo]] +url = "https://github.com/loomnetwork/loom-cli" + +[[repo]] +url = "https://github.com/loomnetwork/loom-examples" + [[repo]] url = "https://github.com/loomnetwork/loom-identity-js" @@ -225,6 +234,9 @@ url = "https://github.com/loomnetwork/tiles-chain" [[repo]] url = "https://github.com/loomnetwork/tiles-chain-evm" +[[repo]] +url = "https://github.com/loomnetwork/TimeLock" + [[repo]] url = "https://github.com/loomnetwork/token-gateway-example"