From caf57ad359d378d053a613c535d7ac358a3ffb1d Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:42:34 -0800 Subject: [PATCH] Added Laminar --- data/ecosystems/l/laminar.toml | 73 ++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 data/ecosystems/l/laminar.toml diff --git a/data/ecosystems/l/laminar.toml b/data/ecosystems/l/laminar.toml new file mode 100644 index 00000000..8febc9f0 --- /dev/null +++ b/data/ecosystems/l/laminar.toml @@ -0,0 +1,73 @@ +# Ecosystem Level Information +title = "Laminar" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/laminar-protocol"] + +# Repositories +[[repo]] +url = "https://github.com/laminar-protocol/api" + +[[repo]] +url = "https://github.com/laminar-protocol/apps" + +[[repo]] +url = "https://github.com/laminar-protocol/cucumber-features" + +[[repo]] +url = "https://github.com/laminar-protocol/cumulus" + +[[repo]] +url = "https://github.com/laminar-protocol/devops" + +[[repo]] +url = "https://github.com/laminar-protocol/e2e" + +[[repo]] +url = "https://github.com/laminar-protocol/faucet-bot" + +[[repo]] +url = "https://github.com/laminar-protocol/finality-grandpa" + +[[repo]] +url = "https://github.com/laminar-protocol/flow-exchange" + +[[repo]] +url = "https://github.com/laminar-protocol/flow-protocol-ethereum" + +[[repo]] +url = "https://github.com/laminar-protocol/flow-protocol-whitepaper" + +[[repo]] +url = "https://github.com/laminar-protocol/frontier" + +[[repo]] +url = "https://github.com/laminar-protocol/laminar-chain" + +[[repo]] +url = "https://github.com/laminar-protocol/laminar-chain-apps" + +[[repo]] +url = "https://github.com/laminar-protocol/laminar-chain.js" + +[[repo]] +url = "https://github.com/laminar-protocol/laminar-oracle-dispatcher" + +[[repo]] +url = "https://github.com/laminar-protocol/oracle-server" + +[[repo]] +url = "https://github.com/laminar-protocol/PSPs" + +[[repo]] +url = "https://github.com/laminar-protocol/servers" + +[[repo]] +url = "https://github.com/laminar-protocol/substrate" + +[[repo]] +url = "https://github.com/laminar-protocol/SubstrateDAO" + +[[repo]] +url = "https://github.com/laminar-protocol/Web3-collaboration"