From 214b304dacaa8ae07508a842afc8f0bd9eb3b0dc Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Sep 2019 09:52:59 -0700 Subject: [PATCH] Added erc20-subgraph for The Graph. --- data/ecosystems/t/the-graph.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/t/the-graph.toml b/data/ecosystems/t/the-graph.toml index a96ca2ec..37932264 100644 --- a/data/ecosystems/t/the-graph.toml +++ b/data/ecosystems/t/the-graph.toml @@ -54,6 +54,9 @@ url = "https://github.com/graphprotocol/ens-app" [[repo]] url = "https://github.com/graphprotocol/ens-subgraph" +[[repo]] +url = "https://github.com/graphprotocol/erc20-subgraph" + [[repo]] url = "https://github.com/graphprotocol/ethabi"