Add support for never-ending transformer

This commit is contained in:
Edvard
2018-11-14 10:11:16 -06:00
committed by Rob Mulholand
parent 82fd73ba3f
commit 8f4648a9e3
31 changed files with 50 additions and 42 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ var VowFlogConfig = shared.TransformerConfig{
ContractAbi: constants.VowABI,
Topic: constants.VowFlogSignature,
StartingBlockNumber: 0,
EndingBlockNumber: 10000000,
EndingBlockNumber: -1,
}