From 495097ae73dbbf4b00ae15fe3ad8bdf7cbec47f2 Mon Sep 17 00:00:00 2001 From: bguiz Date: Thu, 20 Jan 2022 16:36:19 +0800 Subject: [PATCH] feat: add RIF orgs pluys repos to the RSK TOML file --- data/ecosystems/r/rsk-smart-bitcoin.toml | 111 ++++++++++++++++++++++- 1 file changed, 110 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/r/rsk-smart-bitcoin.toml b/data/ecosystems/r/rsk-smart-bitcoin.toml index 08dd861a..c9b5913c 100644 --- a/data/ecosystems/r/rsk-smart-bitcoin.toml +++ b/data/ecosystems/r/rsk-smart-bitcoin.toml @@ -3,7 +3,11 @@ title = "RSK Smart Bitcoin" sub_ecosystems = ["RskSwap"] -github_organizations = ["https://github.com/rsksmart"] +github_organizations = [ + "https://github.com/rsksmart", + "https://github.com/riflabs", + "https://github.com/rnsdomains" +] # Repositories [[repo]] @@ -728,3 +732,108 @@ url = "https://github.com/rsksmart/webinar-primer-frontend" [[repo]] url = "https://github.com/rsksmart/whitelist-disabler" + +[[repo]] +url = "https://github.com/riflabs/rif-faucet" + +[[repo]] +url = "https://github.com/riflabs/tokens" + +[[repo]] +url = "https://github.com/riflabs/RIF-Token" + +[[repo]] +url = "https://github.com/rnsdomains/rns-reverse" + +[[repo]] +url = "https://github.com/rnsdomains/rns-registry" + +[[repo]] +url = "https://github.com/rnsdomains/rns-js" + +[[repo]] +url = "https://github.com/rnsdomains/rns-subdomain-tool" + +[[repo]] +url = "https://github.com/rnsdomains/rns-auction-registrar" + +[[repo]] +url = "https://github.com/rnsdomains/rns-resolver" + +[[repo]] +url = "https://github.com/rnsdomains/rns-suite" + +[[repo]] +url = "https://github.com/rnsdomains/rns-subdomain-batch" + +[[repo]] +url = "https://github.com/rnsdomains/rns-telegram-bot" + +[[repo]] +url = "https://github.com/rnsdomains/rns-artifacts" + +[[repo]] +url = "https://github.com/rnsdomains/rns-rskregistrar" + +[[repo]] +url = "https://github.com/rnsdomains/rns-addr-sample-app" + +[[repo]] +url = "https://github.com/rnsdomains/rns-rskdomains-batch-client" + +[[repo]] +url = "https://github.com/rnsdomains/rns-resolver-sample" + +[[repo]] +url = "https://github.com/rnsdomains/rns-js-resolver" + +[[repo]] +url = "https://github.com/rnsdomains/rns-net-lib" + +[[repo]] +url = "https://github.com/rnsdomains/rns-android-sampleapp" + +[[repo]] +url = "https://github.com/rnsdomains/rns-python-lib" + +[[repo]] +url = "https://github.com/rnsdomains/rns-android-sdk" + +[[repo]] +url = "https://github.com/rnsdomains/rns-xamarin" + +[[repo]] +url = "https://github.com/rnsdomains/rns-ios-sampleapp" + +[[repo]] +url = "https://github.com/rnsdomains/rns-ios" + +[[repo]] +url = "https://github.com/rnsdomains/rns-cli" + +[[repo]] +url = "https://github.com/rnsdomains/rns-go-lib" + +[[repo]] +url = "https://github.com/rnsdomains/rns-auction-manager" + +[[repo]] +url = "https://github.com/rnsdomains/rns-artifacts-deprecated" + +[[repo]] +url = "https://github.com/rnsdomains/rns-mainnet" + +[[repo]] +url = "https://github.com/rnsdomains/rns-testnet-fifs-client" + +[[repo]] +url = "https://github.com/rnsdomains/rns-dnssec-oracle" + +[[repo]] +url = "https://github.com/rnsdomains/rns-dnsregistrar" + +[[repo]] +url = "https://github.com/rnsdomains/rns-dnsprovejs" + +[[repo]] +url = "https://github.com/rnsdomains/RNSIPs"