Skip to content

Commit

Permalink
mock chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 18, 2023
1 parent 432a982 commit 47e41aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/mock/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (b *Bridge) WatchMessageSent(
sink <- &bridge.BridgeMessageSent{
Message: bridge.IBridgeMessage{
SrcChainId: big.NewInt(1),
DestChainId: big.NewInt(1),
DestChainId: MockChainID,
},
}
b.MessagesSent++
Expand Down

0 comments on commit 47e41aa

Please sign in to comment.