forked from cerc-io/ipld-eth-server
Remove unused transformer config struct
This commit is contained in:
@@ -16,7 +16,7 @@ package vow_flog
|
||||
|
||||
import "github.com/vulcanize/vulcanizedb/pkg/transformers/shared"
|
||||
|
||||
var VowFlogConfig = shared.SingleTransformerConfig{
|
||||
var VowFlogConfig = shared.TransformerConfig{
|
||||
TransformerName: shared.VowFlogLabel,
|
||||
ContractAddresses: []string{shared.VowContractAddress},
|
||||
ContractAbi: shared.VowABI,
|
||||
|
||||
Reference in New Issue
Block a user