Skip to content

Commit 6f547ed

Browse files
authored
Merge pull request #6 from wormhole-foundation/chooseable-chains-1
Choose chains for fork testing
2 parents 79bbddf + cb6255f commit 6f547ed

File tree

7 files changed

+626
-190
lines changed

7 files changed

+626
-190
lines changed

src/interfaces/IWormholeReceiver.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface IWormholeReceiver {
2222
* The invocation of this function corresponding to the `send` request will have msg.value equal
2323
* to the receiverValue specified in the send request.
2424
*
25-
* If the invocation of this function reverts or exceeds the gas limit
25+
* If the invocation of this function reverts or exceeds the gas limit
2626
* specified by the send requester, this delivery will result in a `ReceiverFailure`.
2727
*
2828
* @param payload - an arbitrary message which was included in the delivery by the
@@ -46,4 +46,4 @@ interface IWormholeReceiver {
4646
uint16 sourceChain,
4747
bytes32 deliveryHash
4848
) external payable;
49-
}
49+
}

src/interfaces/IWormholeRelayer.sol

Lines changed: 125 additions & 130 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)