From ba8d31cc6ce41dc1b7a61d8d8102c702a085e2d9 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:02:22 -0800 Subject: [PATCH] Added microtick oracle ecosystem --- data/ecosystems/m/microtick.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/ecosystems/m/microtick.toml diff --git a/data/ecosystems/m/microtick.toml b/data/ecosystems/m/microtick.toml new file mode 100644 index 00000000..fdf711e8 --- /dev/null +++ b/data/ecosystems/m/microtick.toml @@ -0,0 +1,28 @@ +# Ecosystem Level Information +title = "microtick" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://gitlab.com/microtick/governance" + +[[repo]] +url = "https://gitlab.com/microtick/microtick_examples" + +[[repo]] +url = "https://gitlab.com/microtick/mtapi" + +[[repo]] +url = "https://gitlab.com/microtick/mtclient" + +[[repo]] +url = "https://gitlab.com/microtick/mtzone" + +[[repo]] +url = "https://gitlab.com/microtick/price-discovery-simulator" + +[[repo]] +url = "https://gitlab.com/microtick/validator"