From ff3b84834040ca96e3eb6cbc2c7f1e810fb195fb Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:40:00 -0700 Subject: [PATCH] Added Indexed Finance --- data/ecosystems/i/indexed-finance.toml | 97 ++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 data/ecosystems/i/indexed-finance.toml diff --git a/data/ecosystems/i/indexed-finance.toml b/data/ecosystems/i/indexed-finance.toml new file mode 100644 index 00000000..7b5e7b9a --- /dev/null +++ b/data/ecosystems/i/indexed-finance.toml @@ -0,0 +1,97 @@ +# Ecosystem Level Information +title = "Indexed Finance" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/indexed-finance"] + +# Repositories +[[repo]] +url = "https://github.com/indexed-finance/backtest" + +[[repo]] +url = "https://github.com/indexed-finance/bounties" + +[[repo]] +url = "https://github.com/indexed-finance/chainlink-integration" + +[[repo]] +url = "https://github.com/indexed-finance/circuit-breaker" + +[[repo]] +url = "https://github.com/indexed-finance/dividends" + +[[repo]] +url = "https://github.com/indexed-finance/docs" + +[[repo]] +url = "https://github.com/indexed-finance/exit-fee-seller" + +[[repo]] +url = "https://github.com/indexed-finance/governance" + +[[repo]] +url = "https://github.com/indexed-finance/indexed-core" + +[[repo]] +url = "https://github.com/indexed-finance/indexed-governance-subgraph" + +[[repo]] +url = "https://github.com/indexed-finance/indexed-interface" + +[[repo]] +url = "https://github.com/indexed-finance/indexed-narwhal-router" + +[[repo]] +url = "https://github.com/indexed-finance/indexed-subgraph" + +[[repo]] +url = "https://github.com/indexed-finance/indexed.js" + +[[repo]] +url = "https://github.com/indexed-finance/multicall" + +[[repo]] +url = "https://github.com/indexed-finance/narwhal-sdk" + +[[repo]] +url = "https://github.com/indexed-finance/ndx-polling-app" + +[[repo]] +url = "https://github.com/indexed-finance/nirn" + +[[repo]] +url = "https://github.com/indexed-finance/nirn-optimiser" + +[[repo]] +url = "https://github.com/indexed-finance/nirn-whitepaper" + +[[repo]] +url = "https://github.com/indexed-finance/proposal-tester" + +[[repo]] +url = "https://github.com/indexed-finance/proxies" + +[[repo]] +url = "https://github.com/indexed-finance/sigma-core" + +[[repo]] +url = "https://github.com/indexed-finance/staking-rewards" + +[[repo]] +url = "https://github.com/indexed-finance/subgraph-clients" + +[[repo]] +url = "https://github.com/indexed-finance/subgraphs" + +[[repo]] +url = "https://github.com/indexed-finance/sushi-rewarder" + +[[repo]] +url = "https://github.com/indexed-finance/uniswap-deployments" + +[[repo]] +url = "https://github.com/indexed-finance/uniswap-indexed-minter" + +[[repo]] +url = "https://github.com/indexed-finance/uniswap-v2-oracle"