From e788e22e4da9804be87afd27c7b6504edd1b297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Galiano?= Date: Wed, 4 Dec 2019 13:42:47 -0300 Subject: [PATCH] Specify startBlock for the contract used to initialize token registry --- subgraph.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/subgraph.yaml b/subgraph.yaml index e020c61..9223049 100644 --- a/subgraph.yaml +++ b/subgraph.yaml @@ -13,6 +13,7 @@ dataSources: source: abi: TokenRegistry address: '0x7f751820be4b1e44464268c425af6095995e045a' + startBlock: 75563 mapping: kind: ethereum/events apiVersion: 0.0.3