From 09ef4e9166baaf6b47039fa5508415f0c0bb7497 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 26 Oct 2020 09:05:36 -0700 Subject: [PATCH] Added awesome serum repo to Serum ecosystem. --- data/ecosystems/p/project-serum.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/p/project-serum.toml b/data/ecosystems/p/project-serum.toml index aa7b33e0..546bdfe5 100644 --- a/data/ecosystems/p/project-serum.toml +++ b/data/ecosystems/p/project-serum.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/project-serum"] # Repositories +[[repo]] +url = "https://github.com/project-serum/awesome-serum" + [[repo]] url = "https://github.com/project-serum/borsh" @@ -32,3 +35,6 @@ url = "https://github.com/project-serum/solana-program-library" [[repo]] url = "https://github.com/project-serum/spl-token-wallet" + +[[repo]] +url = "https://github.com/project-serum/validators"