From 14636ba6b4ce85ee1a2edb0d845db661bf8329a5 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:42:28 -0700 Subject: [PATCH] Added more subgraph repos to The Graph --- data/ecosystems/t/the-graph.toml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/t/the-graph.toml b/data/ecosystems/t/the-graph.toml index 756a5979..3e45f806 100644 --- a/data/ecosystems/t/the-graph.toml +++ b/data/ecosystems/t/the-graph.toml @@ -3,9 +3,36 @@ title = "The Graph" sub_ecosystems = [] -github_organizations = ["https://github.com/graphprotocol"] +github_organizations = ["https://github.com/GraphiteTools", "https://github.com/graphprotocol"] # Repositories +[[repo]] +url = "https://github.com/GraphiteTools/0x-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/compound-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/curve-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/dydx-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/fulcrum-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/hydro-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/maker-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/tokensets-subgraph" + +[[repo]] +url = "https://github.com/GraphiteTools/torque-subgraph" + [[repo]] url = "https://github.com/graphprotocol/0x-subgraph"