From c2aa647685bdc3bf935e8d869cb6019056785bbb Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 22 Dec 2021 09:08:35 -0800 Subject: [PATCH] Remove some duplicates --- data/ecosystems/b/binance-smart-chain.toml | 1 - data/ecosystems/c/c-r-e-a-m-finance.toml | 130 --- data/ecosystems/e/ethereum.toml | 3 - data/ecosystems/i/internet-computer.toml | 2 +- data/ecosystems/m/maker.toml | 2 +- data/ecosystems/m/makerdao.toml | 964 --------------------- data/ecosystems/n/near-protocol.toml | 2 +- data/ecosystems/p/poa-network.toml | 2 +- data/ecosystems/x/xdai.toml | 39 - 9 files changed, 4 insertions(+), 1141 deletions(-) delete mode 100644 data/ecosystems/c/c-r-e-a-m-finance.toml delete mode 100644 data/ecosystems/m/makerdao.toml delete mode 100644 data/ecosystems/x/xdai.toml diff --git a/data/ecosystems/b/binance-smart-chain.toml b/data/ecosystems/b/binance-smart-chain.toml index 4e4c0be2..9a84bee9 100644 --- a/data/ecosystems/b/binance-smart-chain.toml +++ b/data/ecosystems/b/binance-smart-chain.toml @@ -29,7 +29,6 @@ sub_ecosystems = [ "BSC Station", "Bunicorn", "BunnyToken", - "C.R.E.A.M. Finance", "CafeSwap", "Cake Monster", "Chain Guardians", diff --git a/data/ecosystems/c/c-r-e-a-m-finance.toml b/data/ecosystems/c/c-r-e-a-m-finance.toml deleted file mode 100644 index abb1dd2b..00000000 --- a/data/ecosystems/c/c-r-e-a-m-finance.toml +++ /dev/null @@ -1,130 +0,0 @@ -# Ecosystem Level Information -title = "C.R.E.A.M. Finance" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/CreamFi"] - -# Repositories -[[repo]] -url = "https://github.com/CreamFi/ape-safe" - -[[repo]] -url = "https://github.com/CreamFi/assets" - -[[repo]] -url = "https://github.com/CreamFi/balancer-core" - -[[repo]] -url = "https://github.com/CreamFi/CoinGecko-API" - -[[repo]] -url = "https://github.com/CreamFi/collateral-swap" - -[[repo]] -url = "https://github.com/CreamFi/compound-protocol" - -[[repo]] -url = "https://github.com/CreamFi/compound-v2-subgraph" - -[[repo]] -url = "https://github.com/CreamFi/comptroller-upgrade" - -[[repo]] -url = "https://github.com/CreamFi/contract-metadata" - -[[repo]] -url = "https://github.com/CreamFi/cream-deployment" - -[[repo]] -url = "https://github.com/CreamFi/cream-docs" - -[[repo]] -url = "https://github.com/CreamFi/cream-tokenomics" - -[[repo]] -url = "https://github.com/CreamFi/cream-voting-power" - -[[repo]] -url = "https://github.com/CreamFi/crslp-sushi-vesting-query" - -[[repo]] -url = "https://github.com/CreamFi/curve-dao-contracts" - -[[repo]] -url = "https://github.com/CreamFi/DeFi-Pulse-Adapters" - -[[repo]] -url = "https://github.com/CreamFi/DefiLlama-Adapters" - -[[repo]] -url = "https://github.com/CreamFi/dsa-connectors" - -[[repo]] -url = "https://github.com/CreamFi/dsa-resolvers" - -[[repo]] -url = "https://github.com/CreamFi/dsl-connectors" - -[[repo]] -url = "https://github.com/CreamFi/flashloan-playground" - -[[repo]] -url = "https://github.com/CreamFi/forta-agent" - -[[repo]] -url = "https://github.com/CreamFi/forta-agent-scripts" - -[[repo]] -url = "https://github.com/CreamFi/ftm-validator" - -[[repo]] -url = "https://github.com/CreamFi/hardhat-deploy-template" - -[[repo]] -url = "https://github.com/CreamFi/ib-agreement" - -[[repo]] -url = "https://github.com/CreamFi/keep3r.network" - -[[repo]] -url = "https://github.com/CreamFi/liquidity-mining" - -[[repo]] -url = "https://github.com/CreamFi/MetaGovBot" - -[[repo]] -url = "https://github.com/CreamFi/Open-Defi" - -[[repo]] -url = "https://github.com/CreamFi/reserve-manager" - -[[repo]] -url = "https://github.com/CreamFi/smart-contract-registry" - -[[repo]] -url = "https://github.com/CreamFi/Snapshot-Distribution" - -[[repo]] -url = "https://github.com/CreamFi/snapshot-spaces" - -[[repo]] -url = "https://github.com/CreamFi/snapshot-strategies" - -[[repo]] -url = "https://github.com/CreamFi/snapshot.js" - -[[repo]] -url = "https://github.com/CreamFi/validator-directory" - -[[repo]] -url = "https://github.com/CreamFi/yearn-assets" - -[[repo]] -url = "https://github.com/CreamFi/yearn-finance-v3" - -[[repo]] -url = "https://github.com/CreamFi/yearn-lens" - -[[repo]] -url = "https://github.com/CreamFi/yieldfarming" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index cdd48932..68168254 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -84,7 +84,6 @@ sub_ecosystems = [ "BT.Finance", "Bullionix", "bZx Protocol", - "C.R.E.A.M. Finance", "Cartesi", "Celer Network cBridge", "Celsius", @@ -274,7 +273,6 @@ sub_ecosystems = [ "MahaDao", "Mainframe", "Maker", - "MakerDAO", "Mangata Finance", "MANTRA DAO", "Maple", @@ -524,7 +522,6 @@ sub_ecosystems = [ "WildCredit", "WitSwap", "Wrapped BTC", - "xDai", "XDeFi", "xfund", "xSigma", diff --git a/data/ecosystems/i/internet-computer.toml b/data/ecosystems/i/internet-computer.toml index 7e2629d5..f9cd95ce 100644 --- a/data/ecosystems/i/internet-computer.toml +++ b/data/ecosystems/i/internet-computer.toml @@ -1,5 +1,5 @@ # Ecosystem Level Information -title = "Internet Computer Protocol" +title = "Internet Computer" sub_ecosystems = [] diff --git a/data/ecosystems/m/maker.toml b/data/ecosystems/m/maker.toml index bbd5e60e..0dd279bd 100644 --- a/data/ecosystems/m/maker.toml +++ b/data/ecosystems/m/maker.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Maker" -sub_ecosystems = ["xDai"] +sub_ecosystems = [] github_organizations = ["https://github.com/makerdao"] diff --git a/data/ecosystems/m/makerdao.toml b/data/ecosystems/m/makerdao.toml deleted file mode 100644 index cd8cfb3e..00000000 --- a/data/ecosystems/m/makerdao.toml +++ /dev/null @@ -1,964 +0,0 @@ -# Ecosystem Level Information -title = "MakerDAO" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/makerdao"] - -# Repositories -[[repo]] -url = "https://github.com/makerdao/abi-compare" - -[[repo]] -url = "https://github.com/makerdao/api.oasisdex.com" - -[[repo]] -url = "https://github.com/makerdao/arbitrage-keeper" - -[[repo]] -url = "https://github.com/makerdao/arbitrum-dai-bridge" - -[[repo]] -url = "https://github.com/makerdao/auction-demo-keeper" - -[[repo]] -url = "https://github.com/makerdao/auction-keeper" - -[[repo]] -url = "https://github.com/makerdao/auctions-ui" - -[[repo]] -url = "https://github.com/makerdao/audit-2" - -[[repo]] -url = "https://github.com/makerdao/audits" - -[[repo]] -url = "https://github.com/makerdao/autoline-keeper" - -[[repo]] -url = "https://github.com/makerdao/awesome-makerdao" - -[[repo]] -url = "https://github.com/makerdao/bite-keeper" - -[[repo]] -url = "https://github.com/makerdao/bridge-ui" - -[[repo]] -url = "https://github.com/makerdao/btc-market" - -[[repo]] -url = "https://github.com/makerdao/cage-keeper" - -[[repo]] -url = "https://github.com/makerdao/cdp-keeper" - -[[repo]] -url = "https://github.com/makerdao/chainlog-ui" - -[[repo]] -url = "https://github.com/makerdao/chickencoin" - -[[repo]] -url = "https://github.com/makerdao/chief" - -[[repo]] -url = "https://github.com/makerdao/chief-explorer" - -[[repo]] -url = "https://github.com/makerdao/chief-keeper" - -[[repo]] -url = "https://github.com/makerdao/click" - -[[repo]] -url = "https://github.com/makerdao/clipper-mom" - -[[repo]] -url = "https://github.com/makerdao/clipper-mom-keeper" - -[[repo]] -url = "https://github.com/makerdao/commdev-grants-transparency-dashboard" - -[[repo]] -url = "https://github.com/makerdao/community" - -[[repo]] -url = "https://github.com/makerdao/community-portal" - -[[repo]] -url = "https://github.com/makerdao/contract-explorer" - -[[repo]] -url = "https://github.com/makerdao/currency" - -[[repo]] -url = "https://github.com/makerdao/curve-lp-oracle" - -[[repo]] -url = "https://github.com/makerdao/d3m-keeper" - -[[repo]] -url = "https://github.com/makerdao/dai-cli" - -[[repo]] -url = "https://github.com/makerdao/dai-explorer" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-config" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-eth2dai-direct" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-eth2dai-instant" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-governance" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-ledger-web" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-maker-otc" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-portis" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-template" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-trezor-web" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-walletconnect" - -[[repo]] -url = "https://github.com/makerdao/dai-plugin-walletlink" - -[[repo]] -url = "https://github.com/makerdao/dai-protocol-formalization" - -[[repo]] -url = "https://github.com/makerdao/dai-ql" - -[[repo]] -url = "https://github.com/makerdao/dai-redeemer" - -[[repo]] -url = "https://github.com/makerdao/dai-twine" - -[[repo]] -url = "https://github.com/makerdao/dai-ui" - -[[repo]] -url = "https://github.com/makerdao/dai.js" - -[[repo]] -url = "https://github.com/makerdao/demanding-auction" - -[[repo]] -url = "https://github.com/makerdao/deployed-collateral-contracts" - -[[repo]] -url = "https://github.com/makerdao/dev-portal" - -[[repo]] -url = "https://github.com/makerdao/developer-portal" - -[[repo]] -url = "https://github.com/makerdao/developer.makerdao.com" - -[[repo]] -url = "https://github.com/makerdao/developerguides" - -[[repo]] -url = "https://github.com/makerdao/docker-base" - -[[repo]] -url = "https://github.com/makerdao/dockerized-auction-keeper" - -[[repo]] -url = "https://github.com/makerdao/dockerized-dapphub-tools" - -[[repo]] -url = "https://github.com/makerdao/docs" - -[[repo]] -url = "https://github.com/makerdao/documentation" - -[[repo]] -url = "https://github.com/makerdao/Docusaurus" - -[[repo]] -url = "https://github.com/makerdao/drizzle" - -[[repo]] -url = "https://github.com/makerdao/ds-chief" - -[[repo]] -url = "https://github.com/makerdao/ds-feeds" - -[[repo]] -url = "https://github.com/makerdao/ds-pause" - -[[repo]] -url = "https://github.com/makerdao/ds-proxy" - -[[repo]] -url = "https://github.com/makerdao/ds-spell" - -[[repo]] -url = "https://github.com/makerdao/ds-token" - -[[repo]] -url = "https://github.com/makerdao/ds-weth" - -[[repo]] -url = "https://github.com/makerdao/dsr" - -[[repo]] -url = "https://github.com/makerdao/dsr-manager" - -[[repo]] -url = "https://github.com/makerdao/dsr-pymaker-example" - -[[repo]] -url = "https://github.com/makerdao/dss" - -[[repo]] -url = "https://github.com/makerdao/dss-add-ilk-spell" - -[[repo]] -url = "https://github.com/makerdao/dss-auth-viz" - -[[repo]] -url = "https://github.com/makerdao/dss-auto-line" - -[[repo]] -url = "https://github.com/makerdao/dss-cat-overflow" - -[[repo]] -url = "https://github.com/makerdao/dss-cdp-manager" - -[[repo]] -url = "https://github.com/makerdao/dss-chain-log" - -[[repo]] -url = "https://github.com/makerdao/dss-charter" - -[[repo]] -url = "https://github.com/makerdao/dss-cron" - -[[repo]] -url = "https://github.com/makerdao/dss-crop-join" - -[[repo]] -url = "https://github.com/makerdao/dss-darkfix" - -[[repo]] -url = "https://github.com/makerdao/dss-darkspell" - -[[repo]] -url = "https://github.com/makerdao/dss-deploy" - -[[repo]] -url = "https://github.com/makerdao/dss-deploy-analysis" - -[[repo]] -url = "https://github.com/makerdao/dss-deploy-pause-proxy-actions" - -[[repo]] -url = "https://github.com/makerdao/dss-deploy-scripts" - -[[repo]] -url = "https://github.com/makerdao/dss-direct-deposit" - -[[repo]] -url = "https://github.com/makerdao/dss-exec-lib" - -[[repo]] -url = "https://github.com/makerdao/dss-exigency" - -[[repo]] -url = "https://github.com/makerdao/dss-flash" - -[[repo]] -url = "https://github.com/makerdao/dss-gem-joins" - -[[repo]] -url = "https://github.com/makerdao/dss-gov" - -[[repo]] -url = "https://github.com/makerdao/dss-guard" - -[[repo]] -url = "https://github.com/makerdao/dss-interfaces" - -[[repo]] -url = "https://github.com/makerdao/dss-lerp" - -[[repo]] -url = "https://github.com/makerdao/dss-proxy-actions" - -[[repo]] -url = "https://github.com/makerdao/dss-proxy-actions-steth" - -[[repo]] -url = "https://github.com/makerdao/dss-psm" - -[[repo]] -url = "https://github.com/makerdao/dss-simulation-scripts" - -[[repo]] -url = "https://github.com/makerdao/dss-smart-contract-reports" - -[[repo]] -url = "https://github.com/makerdao/dss-test" - -[[repo]] -url = "https://github.com/makerdao/dss-vest" - -[[repo]] -url = "https://github.com/makerdao/dss-ward" - -[[repo]] -url = "https://github.com/makerdao/dss-wormhole" - -[[repo]] -url = "https://github.com/makerdao/esm" - -[[repo]] -url = "https://github.com/makerdao/ethba" - -[[repo]] -url = "https://github.com/makerdao/ethba-feed-slides" - -[[repo]] -url = "https://github.com/makerdao/ethberlin-slides" - -[[repo]] -url = "https://github.com/makerdao/ethgasstation-client" - -[[repo]] -url = "https://github.com/makerdao/ethwaterloo-bounty" - -[[repo]] -url = "https://github.com/makerdao/evm" - -[[repo]] -url = "https://github.com/makerdao/evm-semantics" - -[[repo]] -url = "https://github.com/makerdao/ex_testchain" - -[[repo]] -url = "https://github.com/makerdao/exchange-callees" - -[[repo]] -url = "https://github.com/makerdao/faq-test" - -[[repo]] -url = "https://github.com/makerdao/feed-history" - -[[repo]] -url = "https://github.com/makerdao/feed-manual" - -[[repo]] -url = "https://github.com/makerdao/feed-repeater" - -[[repo]] -url = "https://github.com/makerdao/feed-repeater-cli" - -[[repo]] -url = "https://github.com/makerdao/feed-slides" - -[[repo]] -url = "https://github.com/makerdao/feeds" - -[[repo]] -url = "https://github.com/makerdao/feeds-old" - -[[repo]] -url = "https://github.com/makerdao/fib" - -[[repo]] -url = "https://github.com/makerdao/flap-auctions-api" - -[[repo]] -url = "https://github.com/makerdao/flipper-mom" - -[[repo]] -url = "https://github.com/makerdao/ganache-cli" - -[[repo]] -url = "https://github.com/makerdao/ganache-core" - -[[repo]] -url = "https://github.com/makerdao/gdax-client" - -[[repo]] -url = "https://github.com/makerdao/go-ethereum" - -[[repo]] -url = "https://github.com/makerdao/gov-cms" - -[[repo]] -url = "https://github.com/makerdao/gov-polling-db" - -[[repo]] -url = "https://github.com/makerdao/gov-polling-generator" - -[[repo]] -url = "https://github.com/makerdao/gov-submitter" - -[[repo]] -url = "https://github.com/makerdao/governance-dashboard" - -[[repo]] -url = "https://github.com/makerdao/governance-manual" - -[[repo]] -url = "https://github.com/makerdao/governance-portal" - -[[repo]] -url = "https://github.com/makerdao/governance-portal-v2" - -[[repo]] -url = "https://github.com/makerdao/hackathons" - -[[repo]] -url = "https://github.com/makerdao/hubot-doge-utility-functions" - -[[repo]] -url = "https://github.com/makerdao/hubot-feedbot" - -[[repo]] -url = "https://github.com/makerdao/hubot-makerdao-cdp-alert" - -[[repo]] -url = "https://github.com/makerdao/ilk-registry" - -[[repo]] -url = "https://github.com/makerdao/integration-examples" - -[[repo]] -url = "https://github.com/makerdao/k-bat" - -[[repo]] -url = "https://github.com/makerdao/k-ds-guard" - -[[repo]] -url = "https://github.com/makerdao/k-ds-token" - -[[repo]] -url = "https://github.com/makerdao/k-dss" - -[[repo]] -url = "https://github.com/makerdao/k-dss-cdp-manager" - -[[repo]] -url = "https://github.com/makerdao/k-dss-deploy-collateral" - -[[repo]] -url = "https://github.com/makerdao/k-fibber" - -[[repo]] -url = "https://github.com/makerdao/k-mcd-collateral" - -[[repo]] -url = "https://github.com/makerdao/k-median" - -[[repo]] -url = "https://github.com/makerdao/k-mkr-authority" - -[[repo]] -url = "https://github.com/makerdao/k-osm-mom" - -[[repo]] -url = "https://github.com/makerdao/k-scd-mcd-migration" - -[[repo]] -url = "https://github.com/makerdao/k-zrx" - -[[repo]] -url = "https://github.com/makerdao/keeper-node" - -[[repo]] -url = "https://github.com/makerdao/keg" - -[[repo]] -url = "https://github.com/makerdao/keg-dashboard" - -[[repo]] -url = "https://github.com/makerdao/klab" - -[[repo]] -url = "https://github.com/makerdao/line-spell" - -[[repo]] -url = "https://github.com/makerdao/liquidations-portal" - -[[repo]] -url = "https://github.com/makerdao/loop-verification-tutorial" - -[[repo]] -url = "https://github.com/makerdao/lpc" - -[[repo]] -url = "https://github.com/makerdao/maker-499" - -[[repo]] -url = "https://github.com/makerdao/maker-darts" - -[[repo]] -url = "https://github.com/makerdao/maker-distributor" - -[[repo]] -url = "https://github.com/makerdao/maker-docs" - -[[repo]] -url = "https://github.com/makerdao/maker-js" - -[[repo]] -url = "https://github.com/makerdao/maker-lpc" - -[[repo]] -url = "https://github.com/makerdao/maker-market-matcher" - -[[repo]] -url = "https://github.com/makerdao/maker-otc" - -[[repo]] -url = "https://github.com/makerdao/maker-otc-orderbook-killer" - -[[repo]] -url = "https://github.com/makerdao/maker-otc-support-methods" - -[[repo]] -url = "https://github.com/makerdao/maker-user" - -[[repo]] -url = "https://github.com/makerdao/makerDAO-splash" - -[[repo]] -url = "https://github.com/makerdao/makerpkgs" - -[[repo]] -url = "https://github.com/makerdao/market-maker-keeper" - -[[repo]] -url = "https://github.com/makerdao/market-maker-stats" - -[[repo]] -url = "https://github.com/makerdao/Matching_Market" - -[[repo]] -url = "https://github.com/makerdao/mcd-cdp-handler" - -[[repo]] -url = "https://github.com/makerdao/mcd-cdp-portal" - -[[repo]] -url = "https://github.com/makerdao/mcd-changelog" - -[[repo]] -url = "https://github.com/makerdao/mcd-cli" - -[[repo]] -url = "https://github.com/makerdao/mcd-collateral" - -[[repo]] -url = "https://github.com/makerdao/mcd-docs" - -[[repo]] -url = "https://github.com/makerdao/mcd-docs-content" - -[[repo]] -url = "https://github.com/makerdao/mcd-security" - -[[repo]] -url = "https://github.com/makerdao/mcd-testchain-docker-deploy" - -[[repo]] -url = "https://github.com/makerdao/mcd4j" - -[[repo]] -url = "https://github.com/makerdao/median" - -[[repo]] -url = "https://github.com/makerdao/medianizer" - -[[repo]] -url = "https://github.com/makerdao/megapoker" - -[[repo]] -url = "https://github.com/makerdao/migrate-dashboard" - -[[repo]] -url = "https://github.com/makerdao/MIP21-RWA-Example" - -[[repo]] -url = "https://github.com/makerdao/mips" - -[[repo]] -url = "https://github.com/makerdao/mips-best-practices" - -[[repo]] -url = "https://github.com/makerdao/mkr-authority" - -[[repo]] -url = "https://github.com/makerdao/MKR-CI" - -[[repo]] -url = "https://github.com/makerdao/mkr-mcd-spec" - -[[repo]] -url = "https://github.com/makerdao/mkr-mcd-spec-sol-tests" - -[[repo]] -url = "https://github.com/makerdao/mkr-mom" - -[[repo]] -url = "https://github.com/makerdao/mkradmin" - -[[repo]] -url = "https://github.com/makerdao/mocki" - -[[repo]] -url = "https://github.com/makerdao/multicall" - -[[repo]] -url = "https://github.com/makerdao/multicall.js" - -[[repo]] -url = "https://github.com/makerdao/nextjs-daijs-dai-ui-example" - -[[repo]] -url = "https://github.com/makerdao/nft-adapter" - -[[repo]] -url = "https://github.com/makerdao/nix-docker-image" - -[[repo]] -url = "https://github.com/makerdao/nixpkgs" - -[[repo]] -url = "https://github.com/makerdao/nixpkgs-pin" - -[[repo]] -url = "https://github.com/makerdao/oasis-api" - -[[repo]] -url = "https://github.com/makerdao/oasis-deploy-scripts" - -[[repo]] -url = "https://github.com/makerdao/oasis-direct-proxy" - -[[repo]] -url = "https://github.com/makerdao/oasis-landing" - -[[repo]] -url = "https://github.com/makerdao/oasis-orderbook-killer" - -[[repo]] -url = "https://github.com/makerdao/optimism-dai-bridge" - -[[repo]] -url = "https://github.com/makerdao/oracle-deploy" - -[[repo]] -url = "https://github.com/makerdao/oracle-identity-verifier" - -[[repo]] -url = "https://github.com/makerdao/oracle-suite" - -[[repo]] -url = "https://github.com/makerdao/oracles-v2" - -[[repo]] -url = "https://github.com/makerdao/osm" - -[[repo]] -url = "https://github.com/makerdao/osm-mom" - -[[repo]] -url = "https://github.com/makerdao/Overview-of-MakerDAO-design" - -[[repo]] -url = "https://github.com/makerdao/parity-ethereum" - -[[repo]] -url = "https://github.com/makerdao/pe-utils" - -[[repo]] -url = "https://github.com/makerdao/petrometer" - -[[repo]] -url = "https://github.com/makerdao/pg-graphql" - -[[repo]] -url = "https://github.com/makerdao/pipeline-overview" - -[[repo]] -url = "https://github.com/makerdao/plunger" - -[[repo]] -url = "https://github.com/makerdao/poa-chain-spec" - -[[repo]] -url = "https://github.com/makerdao/poa-dapps-keys-generation" - -[[repo]] -url = "https://github.com/makerdao/poa-dapps-validators" - -[[repo]] -url = "https://github.com/makerdao/poa-dapps-voting" - -[[repo]] -url = "https://github.com/makerdao/poker" - -[[repo]] -url = "https://github.com/makerdao/poker-old" - -[[repo]] -url = "https://github.com/makerdao/price-feed" - -[[repo]] -url = "https://github.com/makerdao/protocolsafety" - -[[repo]] -url = "https://github.com/makerdao/provider-engine" - -[[repo]] -url = "https://github.com/makerdao/proxy-manager-clipper" - -[[repo]] -url = "https://github.com/makerdao/proxy-recover-funds" - -[[repo]] -url = "https://github.com/makerdao/proxy-registry" - -[[repo]] -url = "https://github.com/makerdao/proxy-registry-service" - -[[repo]] -url = "https://github.com/makerdao/pyexchange" - -[[repo]] -url = "https://github.com/makerdao/pygasprice-client" - -[[repo]] -url = "https://github.com/makerdao/pymaker" - -[[repo]] -url = "https://github.com/makerdao/quantitative-analysis" - -[[repo]] -url = "https://github.com/makerdao/redeem" - -[[repo]] -url = "https://github.com/makerdao/sai" - -[[repo]] -url = "https://github.com/makerdao/sai-atd" - -[[repo]] -url = "https://github.com/makerdao/sai-cage" - -[[repo]] -url = "https://github.com/makerdao/sai-cagefree" - -[[repo]] -url = "https://github.com/makerdao/sai-deploy-scripts" - -[[repo]] -url = "https://github.com/makerdao/sai-proxy" - -[[repo]] -url = "https://github.com/makerdao/sai-service" - -[[repo]] -url = "https://github.com/makerdao/sai-values-aggregator" - -[[repo]] -url = "https://github.com/makerdao/savings-dai" - -[[repo]] -url = "https://github.com/makerdao/scd-cdp-portal" - -[[repo]] -url = "https://github.com/makerdao/scd-cdp-portal-chinese" - -[[repo]] -url = "https://github.com/makerdao/scd-mcd-migration" - -[[repo]] -url = "https://github.com/makerdao/services-core" - -[[repo]] -url = "https://github.com/makerdao/setzer" - -[[repo]] -url = "https://github.com/makerdao/setzer-mcd" - -[[repo]] -url = "https://github.com/makerdao/simple-arbitrage-keeper" - -[[repo]] -url = "https://github.com/makerdao/simplecoin-admin" - -[[repo]] -url = "https://github.com/makerdao/simplecoin-explorer" - -[[repo]] -url = "https://github.com/makerdao/simplecoin1" - -[[repo]] -url = "https://github.com/makerdao/simpledex-ui-example" - -[[repo]] -url = "https://github.com/makerdao/sites-viewer" - -[[repo]] -url = "https://github.com/makerdao/sourcecred" - -[[repo]] -url = "https://github.com/makerdao/spells" - -[[repo]] -url = "https://github.com/makerdao/spells-goerli" - -[[repo]] -url = "https://github.com/makerdao/spells-kovan" - -[[repo]] -url = "https://github.com/makerdao/spells-mainnet" - -[[repo]] -url = "https://github.com/makerdao/starknet-dai-bridge" - -[[repo]] -url = "https://github.com/makerdao/staxx" - -[[repo]] -url = "https://github.com/makerdao/symbolic-voting" - -[[repo]] -url = "https://github.com/makerdao/terra" - -[[repo]] -url = "https://github.com/makerdao/terraform-aws-vpc-peering" - -[[repo]] -url = "https://github.com/makerdao/testchain" - -[[repo]] -url = "https://github.com/makerdao/testchain-backendgateway" - -[[repo]] -url = "https://github.com/makerdao/testchain-client" - -[[repo]] -url = "https://github.com/makerdao/testchain-deployment" - -[[repo]] -url = "https://github.com/makerdao/testchain-dockerservice" - -[[repo]] -url = "https://github.com/makerdao/testchain-dss-deployment-scripts" - -[[repo]] -url = "https://github.com/makerdao/testchain-medians" - -[[repo]] -url = "https://github.com/makerdao/testchain-pause-proxy-actions" - -[[repo]] -url = "https://github.com/makerdao/testchain-stack-helloworld" - -[[repo]] -url = "https://github.com/makerdao/testrunner" - -[[repo]] -url = "https://github.com/makerdao/theharvester" - -[[repo]] -url = "https://github.com/makerdao/token-auction" - -[[repo]] -url = "https://github.com/makerdao/token-auction-gui" - -[[repo]] -url = "https://github.com/makerdao/token-choice" - -[[repo]] -url = "https://github.com/makerdao/token-escrow" - -[[repo]] -url = "https://github.com/makerdao/token-faucet" - -[[repo]] -url = "https://github.com/makerdao/token-options" - -[[repo]] -url = "https://github.com/makerdao/token-wrapper" - -[[repo]] -url = "https://github.com/makerdao/tx-manager" - -[[repo]] -url = "https://github.com/makerdao/uniswap-price-feed" - -[[repo]] -url = "https://github.com/makerdao/univ2-lp-oracle" - -[[repo]] -url = "https://github.com/makerdao/univ3-lp-oracle" - -[[repo]] -url = "https://github.com/makerdao/universal-dapp" - -[[repo]] -url = "https://github.com/makerdao/vdb-lite" - -[[repo]] -url = "https://github.com/makerdao/vdb-lite-aws-launcher" - -[[repo]] -url = "https://github.com/makerdao/vdb-lite-mcd-transformers" - -[[repo]] -url = "https://github.com/makerdao/vdb-mcd-transformers" - -[[repo]] -url = "https://github.com/makerdao/vdb-oasis-transformers" - -[[repo]] -url = "https://github.com/makerdao/vdb-postgraphile" - -[[repo]] -url = "https://github.com/makerdao/vdb-transformer-utilities" - -[[repo]] -url = "https://github.com/makerdao/vote-delegate" - -[[repo]] -url = "https://github.com/makerdao/vote-proxy" - -[[repo]] -url = "https://github.com/makerdao/vulcan.spec" - -[[repo]] -url = "https://github.com/makerdao/vulcan0x" - -[[repo]] -url = "https://github.com/makerdao/vulcanizedb" - -[[repo]] -url = "https://github.com/makerdao/web-gui" - -[[repo]] -url = "https://github.com/makerdao/wiki" diff --git a/data/ecosystems/n/near-protocol.toml b/data/ecosystems/n/near-protocol.toml index af232c8a..2a40c5ca 100644 --- a/data/ecosystems/n/near-protocol.toml +++ b/data/ecosystems/n/near-protocol.toml @@ -1,5 +1,5 @@ # Ecosystem Level Information -title = "Near Protocol" +title = "NEAR" sub_ecosystems = [ "3XR.SPACE", diff --git a/data/ecosystems/p/poa-network.toml b/data/ecosystems/p/poa-network.toml index c0bf1d76..83d2cca1 100644 --- a/data/ecosystems/p/poa-network.toml +++ b/data/ecosystems/p/poa-network.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "POA Network" -sub_ecosystems = ["xDai"] +sub_ecosystems = [] github_organizations = ["https://github.com/poanetwork"] diff --git a/data/ecosystems/x/xdai.toml b/data/ecosystems/x/xdai.toml deleted file mode 100644 index 85798a35..00000000 --- a/data/ecosystems/x/xdai.toml +++ /dev/null @@ -1,39 +0,0 @@ -# Ecosystem Level Information -title = "xDai" - -sub_ecosystems = [ - "1Hive", - "Dark Forest", - "Helena", - "Streamr DATAcoin", - "Superfluid", - "TruSet Real Estate Data", -] - -github_organizations = [] - -# Repositories -[[repo]] -url = "https://github.com/1Hive/gardens" - -[[repo]] -url = "https://github.com/AlphaWallet/ERC875-token-factory" -tags = ["Dapp"] - -[[repo]] -url = "https://github.com/austintgriffith/burner-wallet" -tags = ["Dapp"] - -[[repo]] -url = "https://github.com/bmoscon/cryptofeed" - -[[repo]] -url = "https://github.com/commons-stack/tech-dapp" - -[[repo]] -url = "https://github.com/dexlab-io/dexpay-pos" -tags = ["Dapp"] - -[[repo]] -url = "https://github.com/poanetwork/token-bridge" -tags = ["Dapp"]