Skip to content

Commit

Permalink
update event
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Nov 26, 2024
1 parent 291d0a7 commit 2efd99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facets/RelayFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ contract RelayFacet is ILiFi, ReentrancyGuard, SwapperV2, Validatable {
if (_bridgeData.receiver == LibAsset.NON_EVM_ADDRESS) {
emit BridgeToNonEVMChain(
_bridgeData.transactionId,
_bridgeData.destinationChainId,
_getMappedChainId(_bridgeData.destinationChainId),
_relayData.nonEVMReceiver
);
}
Expand Down

0 comments on commit 2efd99e

Please sign in to comment.