File tree 3 files changed +3
-3
lines changed
packages/token-distribution/contracts/tests
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ contract InboxMock is IInbox {
96
96
* @param _maxSubmissionCost Max cost of submitting the ticket, in Wei
97
97
* @param _submissionRefundAddress L2 address to refund for any remaining value from the submission cost
98
98
* @param _valueRefundAddress L2 address to refund if the ticket times out or gets cancelled
99
- * @param _maxGas Max gas for the L2 transcation
99
+ * @param _maxGas Max gas for the L2 transaction
100
100
* @param _gasPriceBid Gas price bid on L2
101
101
* @param _data Encoded calldata for the L2 transaction (including function selector)
102
102
* @return Message number returned by the bridge
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ contract L1TokenGatewayMock is Ownable {
46
46
* would send to L2.
47
47
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
48
48
* @param _to Recipient address on L2
49
- * @param _amount Amount of tokens to tranfer
49
+ * @param _amount Amount of tokens to transfer
50
50
* @param _maxGas Gas limit for L2 execution of the ticket
51
51
* @param _gasPriceBid Price per gas on L2
52
52
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ contract L2TokenGatewayMock is Ownable {
49
49
* would send to L1.
50
50
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
51
51
* @param _to Recipient address on L2
52
- * @param _amount Amount of tokens to tranfer
52
+ * @param _amount Amount of tokens to transfer
53
53
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
54
54
* @return ID of the L2-L1 message (incrementing on every call)
55
55
*/
You can’t perform that action at this time.
0 commit comments