From b5b7633dd55b50052d3c61804cb92fb4beee9f28 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 5 Aug 2019 21:07:08 -0700 Subject: [PATCH] Various new repos across ecosystems. --- data/ecosystems/a/aergo.toml | 3 +++ data/ecosystems/b/beam.toml | 3 +++ data/ecosystems/b/bitcoin.toml | 4 ++++ data/ecosystems/c/celo.toml | 3 +++ data/ecosystems/c/coda-protocol.toml | 3 +++ data/ecosystems/c/coinbase-wallet.toml | 3 +++ data/ecosystems/i/insolar.toml | 3 +++ data/ecosystems/r/ren.toml | 3 +++ data/ecosystems/s/splyt.toml | 9 +++++++++ data/ecosystems/t/terra.toml | 9 +++++++++ 10 files changed, 43 insertions(+) diff --git a/data/ecosystems/a/aergo.toml b/data/ecosystems/a/aergo.toml index fe652866..93768dd6 100644 --- a/data/ecosystems/a/aergo.toml +++ b/data/ecosystems/a/aergo.toml @@ -30,6 +30,9 @@ url = "https://github.com/aergoio/aergo-protobuf" [[repo]] url = "https://github.com/aergoio/aergo-web-example-project" +[[repo]] +url = "https://github.com/aergoio/ARC1Token" + [[repo]] url = "https://github.com/aergoio/athena" diff --git a/data/ecosystems/b/beam.toml b/data/ecosystems/b/beam.toml index 90cdf4da..46921f6b 100644 --- a/data/ecosystems/b/beam.toml +++ b/data/ecosystems/b/beam.toml @@ -51,6 +51,9 @@ url = "https://github.com/BeamMW/openssl-android" [[repo]] url = "https://github.com/BeamMW/python-trezor" +[[repo]] +url = "https://github.com/BeamMW/slips" + [[repo]] url = "https://github.com/BeamMW/trezor-common" diff --git a/data/ecosystems/b/bitcoin.toml b/data/ecosystems/b/bitcoin.toml index 1650ebc1..17c45763 100644 --- a/data/ecosystems/b/bitcoin.toml +++ b/data/ecosystems/b/bitcoin.toml @@ -130,6 +130,10 @@ url = "https://github.com/bitcoinops/scaling-book" [[repo]] url = "https://github.com/bitcoinops/taproot" +[[repo]] +url = "https://github.com/BitcoinUnlimited/BitcoinUnlimited" +tags = ["Protocol"] + [[repo]] url = "https://github.com/bitpay/bitcore" tags = ["Protocol"] diff --git a/data/ecosystems/c/celo.toml b/data/ecosystems/c/celo.toml index c472d523..3db5dfb4 100644 --- a/data/ecosystems/c/celo.toml +++ b/data/ecosystems/c/celo.toml @@ -12,6 +12,9 @@ url = "https://github.com/celo-org/blockscout" [[repo]] url = "https://github.com/celo-org/bls-zexe" +[[repo]] +url = "https://github.com/celo-org/bls12377js" + [[repo]] url = "https://github.com/celo-org/celo-blockchain" tags = ["Protocol"] diff --git a/data/ecosystems/c/coda-protocol.toml b/data/ecosystems/c/coda-protocol.toml index ca620f7c..e8e93f12 100644 --- a/data/ecosystems/c/coda-protocol.toml +++ b/data/ecosystems/c/coda-protocol.toml @@ -63,6 +63,9 @@ url = "https://github.com/CodaProtocol/snark-challenge-prover-reference" [[repo]] url = "https://github.com/CodaProtocol/testnetc2" +[[repo]] +url = "https://github.com/o1-labs/graphql_ppx" + [[repo]] url = "https://github.com/o1-labs/hellocoda" diff --git a/data/ecosystems/c/coinbase-wallet.toml b/data/ecosystems/c/coinbase-wallet.toml index 92041664..42593d37 100644 --- a/data/ecosystems/c/coinbase-wallet.toml +++ b/data/ecosystems/c/coinbase-wallet.toml @@ -27,6 +27,9 @@ url = "https://github.com/CoinbaseWallet/coinselect" [[repo]] url = "https://github.com/CoinbaseWallet/cropiwa" +[[repo]] +url = "https://github.com/CoinbaseWallet/eth-sig-util-eip712" + [[repo]] url = "https://github.com/CoinbaseWallet/GrowingTextView" diff --git a/data/ecosystems/i/insolar.toml b/data/ecosystems/i/insolar.toml index 83a8702b..5b3107eb 100644 --- a/data/ecosystems/i/insolar.toml +++ b/data/ecosystems/i/insolar.toml @@ -12,6 +12,9 @@ url = "https://github.com/insolar/component-manager" [[repo]] url = "https://github.com/insolar/go" +[[repo]] +url = "https://github.com/insolar/go-actors" + [[repo]] url = "https://github.com/insolar/go-jose" diff --git a/data/ecosystems/r/ren.toml b/data/ecosystems/r/ren.toml index 51be0302..bf91f0b9 100644 --- a/data/ecosystems/r/ren.toml +++ b/data/ecosystems/r/ren.toml @@ -63,6 +63,9 @@ url = "https://github.com/renproject/renproject.io" [[repo]] url = "https://github.com/renproject/rensdk-tutorial" +[[repo]] +url = "https://github.com/renproject/renvm-sdk-js" + [[repo]] url = "https://github.com/renproject/renxcs-go" diff --git a/data/ecosystems/s/splyt.toml b/data/ecosystems/s/splyt.toml index 9259c710..41000417 100644 --- a/data/ecosystems/s/splyt.toml +++ b/data/ecosystems/s/splyt.toml @@ -9,8 +9,17 @@ github_organizations = ["https://github.com/splytcore"] [[repo]] url = "https://github.com/splytcore/CryptoLife" +[[repo]] +url = "https://github.com/splytcore/splytBountyTracker" + [[repo]] url = "https://github.com/splytcore/splytcoreui" +[[repo]] +url = "https://github.com/splytcore/splytcoreuiv1" + [[repo]] url = "https://github.com/splytcore/splytprotocol" + +[[repo]] +url = "https://github.com/splytcore/splytsdk" diff --git a/data/ecosystems/t/terra.toml b/data/ecosystems/t/terra.toml index 459f1568..afca6c24 100644 --- a/data/ecosystems/t/terra.toml +++ b/data/ecosystems/t/terra.toml @@ -42,6 +42,9 @@ url = "https://github.com/terra-project/ledger-validator-app" [[repo]] url = "https://github.com/terra-project/networks" +[[repo]] +url = "https://github.com/terra-project/oracle-feeder" + [[repo]] url = "https://github.com/terra-project/research" @@ -51,6 +54,12 @@ url = "https://github.com/terra-project/reward-distributor" [[repo]] url = "https://github.com/terra-project/screening-test-devops" +[[repo]] +url = "https://github.com/terra-project/station" + +[[repo]] +url = "https://github.com/terra-project/station-electron" + [[repo]] url = "https://github.com/terra-project/terra-js"