From 37e14bbdeb0825bee7b8c488ca464ee442f170ce Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:44:33 -0700 Subject: [PATCH] Added Mintbase ecosystem --- data/ecosystems/m/mintbase.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/ecosystems/m/mintbase.toml diff --git a/data/ecosystems/m/mintbase.toml b/data/ecosystems/m/mintbase.toml new file mode 100644 index 00000000..f1e5ea6d --- /dev/null +++ b/data/ecosystems/m/mintbase.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Mintbase" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Mintbase"] + +# Repositories +[[repo]] +url = "https://github.com/Mintbase/flux-index-node" + +[[repo]] +url = "https://github.com/Mintbase/graph-mint-factory" + +[[repo]] +url = "https://github.com/Mintbase/graph-oldmints" + +[[repo]] +url = "https://github.com/Mintbase/mintbase-bridge" + +[[repo]] +url = "https://github.com/Mintbase/mintbase-near-indexer"