forked from cerc-io/ipld-eth-server
Add and use transformer labels in shared constants
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
var VatInitConfig = shared.SingleTransformerConfig{
|
||||
TransformerName: "vat init",
|
||||
TransformerName: shared.VatInitLabel,
|
||||
ContractAddresses: []string{shared.VatContractAddress},
|
||||
ContractAbi: shared.VatABI,
|
||||
Topic: shared.VatInitSignature,
|
||||
|
||||
Reference in New Issue
Block a user