From f244d2cffeb73be80fc0b3f5ca7f40ba6215a732 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:35:52 -0800 Subject: [PATCH] Added DeFiner --- data/ecosystems/d/definer.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/ecosystems/d/definer.toml diff --git a/data/ecosystems/d/definer.toml b/data/ecosystems/d/definer.toml new file mode 100644 index 00000000..d9ab24ec --- /dev/null +++ b/data/ecosystems/d/definer.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "DeFiner" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/DeFinerOrg"] + +# Repositories +[[repo]] +url = "https://github.com/DeFinerOrg/compound-protocol" + +[[repo]] +url = "https://github.com/DeFinerOrg/DefinerApp" + +[[repo]] +url = "https://github.com/DeFinerOrg/Whitepaper"