forked from cerc-io/ipld-eth-server
Extract addresses to shared constants file
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
)
|
||||
|
||||
var BiteConfig = shared.TransformerConfig{
|
||||
ContractAddress: "0xe0f0fa6982c59d8aa4ae0134bfe048327bd788cacf758b643ca41f055ffce76c", //this is a temporary address deployed locally
|
||||
ContractAddress: shared.CatContractAddress,
|
||||
ContractAbi: shared.CatABI,
|
||||
Topics: []string{shared.BiteSignature},
|
||||
StartingBlockNumber: 0,
|
||||
|
||||
Reference in New Issue
Block a user