Update config for Kovan

This commit is contained in:
Rob Mulholand
2018-09-19 11:00:20 -05:00
parent 042f1142c0
commit a735698f77
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ var TendConfig = shared.TransformerConfig{
ContractAbi: shared.FlipperABI,
Topics: []string{shared.TendFunctionSignature},
StartingBlockNumber: 0,
EndingBlockNumber: 100,
EndingBlockNumber: 10000000,
}