From 2145d245364aa0838fd1edf42285663b37e7f504 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 17 Aug 2020 22:19:43 -0700 Subject: [PATCH] Added Curve repos --- data/ecosystems/c/curve.toml | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/ecosystems/c/curve.toml diff --git a/data/ecosystems/c/curve.toml b/data/ecosystems/c/curve.toml new file mode 100644 index 00000000..98e71b9d --- /dev/null +++ b/data/ecosystems/c/curve.toml @@ -0,0 +1,40 @@ +# Ecosystem Level Information +title = "Curve" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/curvefi"] + +# Repositories +[[repo]] +url = "https://github.com/curvefi/airdrop_escrow" + +[[repo]] +url = "https://github.com/curvefi/announcements" + +[[repo]] +url = "https://github.com/curvefi/contract-migrations" + +[[repo]] +url = "https://github.com/curvefi/curve-contract" + +[[repo]] +url = "https://github.com/curvefi/curve-dao-contracts" + +[[repo]] +url = "https://github.com/curvefi/curve-measure-profit" + +[[repo]] +url = "https://github.com/curvefi/curve-metapool" + +[[repo]] +url = "https://github.com/curvefi/curve-pool-registry" + +[[repo]] +url = "https://github.com/curvefi/curve-ui" + +[[repo]] +url = "https://github.com/curvefi/curve-vue" + +[[repo]] +url = "https://github.com/curvefi/discord-bot"