Skip to content

Commit 7ceecb9

Browse files
committed
Support choosing which forks to run on
1 parent 79bbddf commit 7ceecb9

File tree

7 files changed

+601
-180
lines changed

7 files changed

+601
-180
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)