From acf6852787696b608d7b4cad8a685308ae955414 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 22 Aug 2019 09:25:02 -0700 Subject: [PATCH] Added Arbitrum SDK, Basic Attention Token Keyring, and Decred DEX. --- data/ecosystems/a/arbitrum.toml | 3 +++ data/ecosystems/b/basic-attention-token.toml | 9 +++++++++ data/ecosystems/d/decred.toml | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/data/ecosystems/a/arbitrum.toml b/data/ecosystems/a/arbitrum.toml index 50431f9a..18e19fb9 100644 --- a/data/ecosystems/a/arbitrum.toml +++ b/data/ecosystems/a/arbitrum.toml @@ -18,6 +18,9 @@ url = "https://github.com/OffchainLabs/arb-ethbridge" [[repo]] url = "https://github.com/OffchainLabs/arb-ethers-provider" +[[repo]] +url = "https://github.com/OffchainLabs/arb-sdk" + [[repo]] url = "https://github.com/OffchainLabs/arb-truffle-provider" diff --git a/data/ecosystems/b/basic-attention-token.toml b/data/ecosystems/b/basic-attention-token.toml index e35b174c..64936d57 100644 --- a/data/ecosystems/b/basic-attention-token.toml +++ b/data/ecosystems/b/basic-attention-token.toml @@ -306,6 +306,12 @@ url = "https://github.com/brave/electron-prebuilt" [[repo]] url = "https://github.com/brave/electron-squirrel-startup" +[[repo]] +url = "https://github.com/brave/eth-hd-keyring" + +[[repo]] +url = "https://github.com/brave/eth-json-rpc-infura" + [[repo]] url = "https://github.com/brave/ethereum-remote-client" @@ -369,6 +375,9 @@ url = "https://github.com/brave/ios-open-thirdparty-browser" [[repo]] url = "https://github.com/brave/joi" +[[repo]] +url = "https://github.com/brave/KeyringController" + [[repo]] url = "https://github.com/brave/ledger" diff --git a/data/ecosystems/d/decred.toml b/data/ecosystems/d/decred.toml index 0be50293..e146846f 100644 --- a/data/ecosystems/d/decred.toml +++ b/data/ecosystems/d/decred.toml @@ -88,6 +88,9 @@ url = "https://github.com/decred/dcrdata" [[repo]] url = "https://github.com/decred/dcrdesign" +[[repo]] +url = "https://github.com/decred/dcrdex" + [[repo]] url = "https://github.com/decred/dcrdocker" @@ -184,6 +187,9 @@ url = "https://github.com/decred/insight-api" [[repo]] url = "https://github.com/decred/ionic" +[[repo]] +url = "https://github.com/decred/lightning-faucet" + [[repo]] url = "https://github.com/decred/lightning-onion" @@ -217,6 +223,9 @@ url = "https://github.com/decred/snew-classic-ui" [[repo]] url = "https://github.com/decred/testnetfaucet" +[[repo]] +url = "https://github.com/decred/tinydecred" + [[repo]] url = "https://github.com/gozart1/dcrdata-frontend"