From a29cf06e724eb5d1ee6d30d3516c48984b7db0b1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 15 Feb 2020 09:09:34 -0800 Subject: [PATCH] Added Lazy Ledger specs and prototype repos --- data/ecosystems/l/lazy-ledger.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/l/lazy-ledger.toml b/data/ecosystems/l/lazy-ledger.toml index 858eccf9..3a8f2a1b 100644 --- a/data/ecosystems/l/lazy-ledger.toml +++ b/data/ecosystems/l/lazy-ledger.toml @@ -6,5 +6,14 @@ sub_ecosystems = [] github_organizations = ["https://github.com/LazyLedger"] # Repositories +[[repo]] +url = "https://github.com/LazyLedger/lazyledger-prototype" + +[[repo]] +url = "https://github.com/LazyLedger/lazyledger-specs" + +[[repo]] +url = "https://github.com/LazyLedger/rsmt2d" + [[repo]] url = "https://github.com/LazyLedger/tendermint"