From b70820c26da0a35742153acde2802e660c279744 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 9 Nov 2020 21:56:40 -0800 Subject: [PATCH] Added Celsius ecosystem --- data/ecosystems/c/celsius.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/ecosystems/c/celsius.toml diff --git a/data/ecosystems/c/celsius.toml b/data/ecosystems/c/celsius.toml new file mode 100644 index 00000000..041751b7 --- /dev/null +++ b/data/ecosystems/c/celsius.toml @@ -0,0 +1,28 @@ +# Ecosystem Level Information +title = "Celsius" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/CelsiusNetwork"] + +# Repositories +[[repo]] +url = "https://github.com/CelsiusNetwork/branch-test" + +[[repo]] +url = "https://github.com/CelsiusNetwork/celsius-app" + +[[repo]] +url = "https://github.com/CelsiusNetwork/celsius-js-sdk" + +[[repo]] +url = "https://github.com/CelsiusNetwork/celsius-token" + +[[repo]] +url = "https://github.com/CelsiusNetwork/eth-contract-metadata" + +[[repo]] +url = "https://github.com/CelsiusNetwork/lender-app" + +[[repo]] +url = "https://github.com/CelsiusNetwork/react-native-branch-deep-linking"