From 9862f4467e2f44fb4113198ee898a06728633e1a Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 13 Mar 2020 15:39:04 -0700 Subject: [PATCH] Added Project Wyvern ecosystem --- data/ecosystems/p/project-wyvern.toml | 88 +++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 data/ecosystems/p/project-wyvern.toml diff --git a/data/ecosystems/p/project-wyvern.toml b/data/ecosystems/p/project-wyvern.toml new file mode 100644 index 00000000..e60a4636 --- /dev/null +++ b/data/ecosystems/p/project-wyvern.toml @@ -0,0 +1,88 @@ +# Ecosystem Level Information +title = "Project Wyvern" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/ProjectWyvern"] + +# Repositories +[[repo]] +url = "https://github.com/ProjectWyvern/archive.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/automation" + +[[repo]] +url = "https://github.com/ProjectWyvern/bitcoinjs-lib" + +[[repo]] +url = "https://github.com/ProjectWyvern/dao.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/ethereumjs-abi" + +[[repo]] +url = "https://github.com/ProjectWyvern/example-orderbook-server" + +[[repo]] +url = "https://github.com/ProjectWyvern/exchange.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/frontends" + +[[repo]] +url = "https://github.com/ProjectWyvern/integrations" + +[[repo]] +url = "https://github.com/ProjectWyvern/port.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/redeem.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/token.projectwyvern.com" + +[[repo]] +url = "https://github.com/ProjectWyvern/utxo-merkle-proof" + +[[repo]] +url = "https://github.com/ProjectWyvern/WDPs" + +[[repo]] +url = "https://github.com/ProjectWyvern/wiki" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-branding" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-ethereum" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-exchange" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-js" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-logo-effects" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-protocol" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-schemas" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-seeder" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-solo-pool" + +[[repo]] +url = "https://github.com/ProjectWyvern/wyvern-voting"