forked from cerc-io/ipld-eth-server
VDB-184 Refactor Dent (#91)
* Factorise dent transformer * Update dent transformer tests * Add additional tests to dent repository test * Update dent to use LogNoteTransformer factory
This commit is contained in:
committed by
Elizabeth
parent
d1ee501f12
commit
f3a82e6ba1
@@ -16,10 +16,11 @@ package dent
|
||||
|
||||
import "github.com/vulcanize/vulcanizedb/pkg/transformers/shared"
|
||||
|
||||
var DentConfig = shared.TransformerConfig{
|
||||
var DentConfig = shared.SingleTransformerConfig{
|
||||
TransformerName: shared.DentLabel,
|
||||
ContractAddresses: []string{shared.FlipperContractAddress},
|
||||
ContractAbi: shared.FlipperABI,
|
||||
Topics: []string{shared.DentFunctionSignature},
|
||||
Topic: shared.DentFunctionSignature,
|
||||
StartingBlockNumber: 0,
|
||||
EndingBlockNumber: 10000000,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user