From 7a3d4f1736b0943eee6f94dac407a6a9452d60fa Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 26 Apr 2020 20:17:43 -0700 Subject: [PATCH] Add more RSK repos (rwallet, multi-sig-factory, etc.) --- data/ecosystems/r/rsk-smart-bitcoin.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/ecosystems/r/rsk-smart-bitcoin.toml b/data/ecosystems/r/rsk-smart-bitcoin.toml index a9a914a7..d0e7e67e 100644 --- a/data/ecosystems/r/rsk-smart-bitcoin.toml +++ b/data/ecosystems/r/rsk-smart-bitcoin.toml @@ -90,6 +90,9 @@ url = "https://github.com/rsksmart/mining-fees-information-api" [[repo]] url = "https://github.com/rsksmart/mining-integration-tests" +[[repo]] +url = "https://github.com/rsksmart/multi-sig-factory" + [[repo]] url = "https://github.com/rsksmart/MultiSigWallet" @@ -138,9 +141,15 @@ url = "https://github.com/rsksmart/rif-communications-protocol" [[repo]] url = "https://github.com/rsksmart/rif-gateways-storage" +[[repo]] +url = "https://github.com/rsksmart/rif-marketplace-nfts" + [[repo]] url = "https://github.com/rsksmart/rif-marketplace-storage-pinning" +[[repo]] +url = "https://github.com/rsksmart/rif-marketplace-ui" + [[repo]] url = "https://github.com/rsksmart/rif-martketplace-storage-pinning" @@ -165,6 +174,9 @@ url = "https://github.com/rsksmart/rns-js" [[repo]] url = "https://github.com/rsksmart/rns-js-client" +[[repo]] +url = "https://github.com/rsksmart/rsk-contract-metadata" + [[repo]] url = "https://github.com/rsksmart/rsk-contract-parser" @@ -201,6 +213,9 @@ url = "https://github.com/rsksmart/rsk-starter-box" [[repo]] url = "https://github.com/rsksmart/rsk-stats" +[[repo]] +url = "https://github.com/rsksmart/rsk-testnet-contract-metadata" + [[repo]] url = "https://github.com/rsksmart/rsk-utils" @@ -231,6 +246,9 @@ url = "https://github.com/rsksmart/rsksmart.github.io" [[repo]] url = "https://github.com/rsksmart/rust-captcha" +[[repo]] +url = "https://github.com/rsksmart/rwallet" + [[repo]] url = "https://github.com/rsksmart/standard-solidity-contracts" @@ -275,3 +293,6 @@ url = "https://github.com/rsksmart/utils" [[repo]] url = "https://github.com/rsksmart/web3.py" + +[[repo]] +url = "https://github.com/rsksmart/webinar-primer-frontend"