Skip to content

Commit

Permalink
Fix contractReader test (#1141)
Browse files Browse the repository at this point in the history
contractReader had a breaking change.
This PR fixes the test that broke.
  • Loading branch information
dimkouv authored Jul 4, 2024
1 parent 2cd83fb commit edae31d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ func TestChainReader(t *testing.T) {
cfg := evmtypes.ChainReaderConfig{
Contracts: map[string]evmtypes.ChainContractReader{
ContractNameAlias: {
ContractPollingFilter: evmtypes.ContractPollingFilter{
GenericEventNames: []string{EventNameAlias},
},
ContractABI: ChainreaderMetaData.ABI,
Configs: map[string]*evmtypes.ChainReaderDefinition{
EventNameAlias: {
Expand Down

0 comments on commit edae31d

Please sign in to comment.