From 513ee63f1ae447abc0e5319b19668b13d9d0df1b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:36:22 -0800 Subject: [PATCH] Added Pickle Finance ecosystem --- data/ecosystems/p/pickle-finance.toml | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 data/ecosystems/p/pickle-finance.toml diff --git a/data/ecosystems/p/pickle-finance.toml b/data/ecosystems/p/pickle-finance.toml new file mode 100644 index 00000000..e930217f --- /dev/null +++ b/data/ecosystems/p/pickle-finance.toml @@ -0,0 +1,31 @@ +# Ecosystem Level Information +title = "Pickle Finance" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/pickle-finance"] + +# Repositories +[[repo]] +url = "https://github.com/pickle-finance/contracts" + +[[repo]] +url = "https://github.com/pickle-finance/DeFi-Pulse-Adapters" + +[[repo]] +url = "https://github.com/pickle-finance/docs" + +[[repo]] +url = "https://github.com/pickle-finance/pickle-ui" + +[[repo]] +url = "https://github.com/pickle-finance/protocol" + +[[repo]] +url = "https://github.com/pickle-finance/saviour-scripts" + +[[repo]] +url = "https://github.com/pickle-finance/snapshot-spaces" + +[[repo]] +url = "https://github.com/pickle-finance/timelock-viewer"