forked from cerc-io/ipld-eth-server
Add support for never-ending transformer
This commit is contained in:
@@ -25,5 +25,5 @@ var DebtCeilingFileConfig = shared.TransformerConfig{
|
||||
ContractAbi: constants.PitABI,
|
||||
Topic: constants.PitFileDebtCeilingSignature,
|
||||
StartingBlockNumber: 0,
|
||||
EndingBlockNumber: 10000000,
|
||||
EndingBlockNumber: -1,
|
||||
}
|
||||
|
||||
@@ -25,5 +25,5 @@ var IlkFileConfig = shared.TransformerConfig{
|
||||
ContractAbi: constants.PitABI,
|
||||
Topic: constants.PitFileIlkSignature,
|
||||
StartingBlockNumber: 0,
|
||||
EndingBlockNumber: 10000000,
|
||||
EndingBlockNumber: -1,
|
||||
}
|
||||
|
||||
@@ -25,5 +25,5 @@ var StabilityFeeFileConfig = shared.TransformerConfig{
|
||||
ContractAbi: constants.PitABI,
|
||||
Topic: constants.PitFileStabilityFeeSignature,
|
||||
StartingBlockNumber: 0,
|
||||
EndingBlockNumber: 10000000,
|
||||
EndingBlockNumber: -1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user