Skip to content

Commit

Permalink
chore: cleanup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed May 22, 2024
1 parent a874998 commit 02e90fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/wormhole/automatic-relayer/WormholeHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ contract WormholeHelper is Test {
}

/// @dev helper to process cross-chain messages
/// @param srcChainId represents the wormhole identifier of the source chain
/// @param dstForkId represents the dst fork id to deliver the message
/// @param expDstAddress represents the expected destination address
/// @param dstRelayer represents wormhole's dst chain relayer
/// @param eventSelector represents the event selector
/// @param logs represents the logs after message dispatch on src chain
function _help(
uint16 srcChainId,
uint256 dstForkId,
Expand Down Expand Up @@ -202,6 +208,14 @@ contract WormholeHelper is Test {
vm.selectFork(v.prevForkId);
}

/// @dev helper to process cross-chain messages with additional VAAs
/// @param srcChainId represents the wormhole identifier of the source chain
/// @param dstForkId represents the dst fork id to deliver the message
/// @param expDstAddress represents the expected destination address
/// @param dstRelayer represents wormhole's dst chain relayer
/// @param dstWormhole represents wormhole core on dst chain
/// @param eventSelector represents the event selector
/// @param logs represents the logs after message dispatch on src chain
function _helpWithAddtionalVAAs(
uint16 srcChainId,
uint256 dstForkId,
Expand Down

0 comments on commit 02e90fb

Please sign in to comment.