From 18b4739052d22dfe216522b0d5bd4193c1e8dacc Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:07:56 -0800 Subject: [PATCH] Add various alchemist related repos --- data/ecosystems/a/alchemist.toml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/a/alchemist.toml b/data/ecosystems/a/alchemist.toml index 5c92b1a6..7f435ebd 100644 --- a/data/ecosystems/a/alchemist.toml +++ b/data/ecosystems/a/alchemist.toml @@ -3,8 +3,38 @@ title = "Alchemist" sub_ecosystems = [] -github_organizations = [] +github_organizations = ["https://github.com/alchemistcoin"] # Repositories [[repo]] url = "https://github.com/alchemistcoin/alchemist" + +[[repo]] +url = "https://github.com/alchemistcoin/alchemist-sdk" + +[[repo]] +url = "https://github.com/alchemistcoin/alchemist-ui" + +[[repo]] +url = "https://github.com/alchemistcoin/crucible-documentation" + +[[repo]] +url = "https://github.com/alchemistcoin/default-token-list" + +[[repo]] +url = "https://github.com/alchemistcoin/ethers-provider-flashbots-bundle" + +[[repo]] +url = "https://github.com/alchemistcoin/knowledge-base" + +[[repo]] +url = "https://github.com/alchemistcoin/mistx-frontend" + +[[repo]] +url = "https://github.com/alchemistcoin/mistx-website" + +[[repo]] +url = "https://github.com/alchemistcoin/sandwiched-backend" + +[[repo]] +url = "https://github.com/alchemistcoin/sandwiched-frontend"