Skip to content

Commit 55a4c81

Browse files
sdrugcfal
authored andcommitted
Adding EventFilter config to CCIPMessageSent
1 parent e770d9a commit 55a4c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/capabilities/ccip/configs/aptos/contract_reader.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ func GetChainReaderConfig() (chainreader.ChainReaderConfig, error) {
346346
},
347347
},
348348
},
349+
EventFilterRenames: map[string]string{
350+
"DestChain": "DestChainSelector",
351+
},
349352
},
350353
},
351354
},

0 commit comments

Comments
 (0)