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"