From 4cb2a6098671ca0dc92f72683312ebcc69e36d8a Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:22:06 +0000 Subject: [PATCH] Add Arch Network --- data/ecosystems/a/arch-network.toml | 46 +++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 data/ecosystems/a/arch-network.toml diff --git a/data/ecosystems/a/arch-network.toml b/data/ecosystems/a/arch-network.toml new file mode 100644 index 0000000000..17b8bacfdb --- /dev/null +++ b/data/ecosystems/a/arch-network.toml @@ -0,0 +1,46 @@ +# Ecosystem Level Information +title = "Arch Network" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Arch-Network"] + +# Repositories +[[repo]] +url = "https://github.com/Arch-Network/.github" + +[[repo]] +url = "https://github.com/Arch-Network/arch-cli" + +[[repo]] +url = "https://github.com/Arch-Network/arch-indexer" + +[[repo]] +url = "https://github.com/Arch-Network/arch-local" + +[[repo]] +url = "https://github.com/Arch-Network/arch-node" + +[[repo]] +url = "https://github.com/Arch-Network/bip322" + +[[repo]] +url = "https://github.com/Arch-Network/bitcoin-arch-v2" + +[[repo]] +url = "https://github.com/Arch-Network/book" + +[[repo]] +url = "https://github.com/Arch-Network/btc-frost" + +[[repo]] +url = "https://github.com/Arch-Network/docs" + +[[repo]] +url = "https://github.com/Arch-Network/program-examples" + +[[repo]] +url = "https://github.com/Arch-Network/rbpf" + +[[repo]] +url = "https://github.com/Arch-Network/tests"