From a3f7a60ff7f9340f2029bac3caa90867702f4a06 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:43:18 -0700 Subject: [PATCH] Added Project Serum ecosystem --- data/ecosystems/p/project-serum.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/ecosystems/p/project-serum.toml diff --git a/data/ecosystems/p/project-serum.toml b/data/ecosystems/p/project-serum.toml new file mode 100644 index 00000000..aec0d96c --- /dev/null +++ b/data/ecosystems/p/project-serum.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Project Serum" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/project-serum"] + +# Repositories +[[repo]] +url = "https://github.com/project-serum/serum-dex" + +[[repo]] +url = "https://github.com/project-serum/serum-dex-ui" + +[[repo]] +url = "https://github.com/project-serum/serum-js" + +[[repo]] +url = "https://github.com/project-serum/sol-wallet-adapter" + +[[repo]] +url = "https://github.com/project-serum/spl-token-wallet"