Skip to content

Commit

Permalink
value comparator correction
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Feb 25, 2025
1 parent c31c4a2 commit 83cf648
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integration-tests/relayinterface/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,12 @@ func (it *SolanaChainComponentsInterfaceTester[T]) buildContractReaderConfig(t T
MaxLen: 32,
},
},
EventDefinitions: &config.EventDefinitions{},
EventDefinitions: &config.EventDefinitions{
IndexedField0: &config.IndexedField{
OffChainPath: "Field",
OnChainPath: "Data.Field",
},
},
},
EventWithFilterName: {
ChainSpecificName: "TestEvent",
Expand Down

0 comments on commit 83cf648

Please sign in to comment.