From b761ab8b8eec357a66bcc9423345a4569839357c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:02:01 -0700 Subject: [PATCH] Added Scroll ecosystem --- data/ecosystems/s/scroll.toml | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/ecosystems/s/scroll.toml diff --git a/data/ecosystems/s/scroll.toml b/data/ecosystems/s/scroll.toml new file mode 100644 index 00000000..7e670621 --- /dev/null +++ b/data/ecosystems/s/scroll.toml @@ -0,0 +1,43 @@ +# Ecosystem Level Information +title = "Scroll" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/scroll-tech"] + +# Repositories +[[repo]] +url = "https://github.com/scroll-tech/centre-tokens" + +[[repo]] +url = "https://github.com/scroll-tech/common-rs" + +[[repo]] +url = "https://github.com/scroll-tech/eth-tools" + +[[repo]] +url = "https://github.com/scroll-tech/go-ethereum" + +[[repo]] +url = "https://github.com/scroll-tech/go-merkletree" + +[[repo]] +url = "https://github.com/scroll-tech/halo2" + +[[repo]] +url = "https://github.com/scroll-tech/halo2-snark-aggregator" + +[[repo]] +url = "https://github.com/scroll-tech/mpt-circuit" + +[[repo]] +url = "https://github.com/scroll-tech/precompiled-bridge" + +[[repo]] +url = "https://github.com/scroll-tech/zkevm-circuits" + +[[repo]] +url = "https://github.com/scroll-tech/zkevm-docs" + +[[repo]] +url = "https://github.com/scroll-tech/zkevm-specs"