Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🐛 Fix eventTopic mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Oct 17, 2023
1 parent 959a2e8 commit ee40b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const EVENT_TOPIC_MAPPINGS_BY_MODULE = {
[EVENT_NAME_CHAIN_ACCOUNT_UPDATED]: ['transactionID', 'sendingChainID'],
[EVENT_NAME_CCM_SENT_SUCCESS]: ['transactionID', 'sendingChainID', 'receivingChainID', 'sentCCMID'],
[EVENT_NAME_CCM_SENT_FAILED]: ['transactionID'],
[EVENT_NAME_CCM_PROCESSED]: ['transactionID', 'sendingChainID', 'receivingChainID', 'ccmID'],
[EVENT_NAME_CCM_PROCESSED]: ['transactionID', 'sendingChainID', 'receivingChainID'],
[EVENT_NAME_TERMINATED_STATE_CREATED]: ['transactionID', 'chainID'],
[EVENT_NAME_TERMINATED_OUTBOX_CREATED]: ['transactionID', 'chainID'],
},
Expand Down

0 comments on commit ee40b26

Please sign in to comment.