From 7d4186d991dc0bfaa2a56b9609bd018e2ac84188 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:42:50 -0800 Subject: [PATCH] Added PancakeSwap --- data/ecosystems/p/pancakeswap.toml | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 data/ecosystems/p/pancakeswap.toml diff --git a/data/ecosystems/p/pancakeswap.toml b/data/ecosystems/p/pancakeswap.toml new file mode 100644 index 00000000..3e16b357 --- /dev/null +++ b/data/ecosystems/p/pancakeswap.toml @@ -0,0 +1,49 @@ +# Ecosystem Level Information +title = "PancakeSwap" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/pancakeswap"] + +# Repositories +[[repo]] +url = "https://github.com/pancakeswap/cake-supply-api" + +[[repo]] +url = "https://github.com/pancakeswap/eslint-config-pancake" + +[[repo]] +url = "https://github.com/pancakeswap/gatsby-pancake-api" + +[[repo]] +url = "https://github.com/pancakeswap/initial-farm-offering" + +[[repo]] +url = "https://github.com/pancakeswap/lottery-contract" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-api" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-document" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-farm" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-info" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-swap-core" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-swap-interface" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-swap-lib" + +[[repo]] +url = "https://github.com/pancakeswap/pancake-swap-periphery" + +[[repo]] +url = "https://github.com/pancakeswap/pancakeswap-sdk"