From 085f92bfb945c6840749032df928f100b3f7a5ef Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:34:15 -0800 Subject: [PATCH] Added Paraswap --- data/ecosystems/p/paraswap.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 data/ecosystems/p/paraswap.toml diff --git a/data/ecosystems/p/paraswap.toml b/data/ecosystems/p/paraswap.toml new file mode 100644 index 00000000..2c5e8c9e --- /dev/null +++ b/data/ecosystems/p/paraswap.toml @@ -0,0 +1,31 @@ +# Ecosystem Level Information +title = "Paraswap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/paraswap"] + +# Repositories +[[repo]] +url = "https://github.com/paraswap/demo-dapp" + +[[repo]] +url = "https://github.com/paraswap/excluded-uni-airdrop-users" + +[[repo]] +url = "https://github.com/paraswap/l2s-handbook" + +[[repo]] +url = "https://github.com/paraswap/paraswap-bot" + +[[repo]] +url = "https://github.com/paraswap/paraswap-sdk" + +[[repo]] +url = "https://github.com/paraswap/paraswap-terms-of-use" + +[[repo]] +url = "https://github.com/paraswap/paraswap-widget" + +[[repo]] +url = "https://github.com/paraswap/parity-load-balancer-health-checker"