Skip to content

Commit

Permalink
Merge pull request #79 from MetisProtocol/fix-sent-msg-event-id
Browse files Browse the repository at this point in the history
core-utils: add missing chainId for sentMessageEventId
  • Loading branch information
aiden069 authored Dec 30, 2023
2 parents 8330b88 + 16661d1 commit ff0658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-utils/src/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Watcher {

const msgHashes = []
const sentMessageEventId = ethers.utils.id(
'SentMessage(address,address,bytes,uint256,uint256)'
'SentMessage(address,address,bytes,uint256,uint256,uint256)'
)
const l2CrossDomainMessengerRelayAbi = [
'function relayMessage(address _target,address _sender,bytes memory _message,uint256 _messageNonce)',
Expand Down

0 comments on commit ff0658d

Please sign in to comment.