We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cfc62 commit 6209ea9Copy full SHA for 6209ea9
packages/token-distribution/contracts/tests/L1TokenGatewayMock.sol
@@ -46,7 +46,7 @@ contract L1TokenGatewayMock is Ownable {
46
* would send to L2.
47
* @param _l1Token L1 Address of the GRT contract (needed for compatibility with Arbitrum Gateway Router)
48
* @param _to Recipient address on L2
49
- * @param _amount Amount of tokens to tranfer
+ * @param _amount Amount of tokens to transfer
50
* @param _maxGas Gas limit for L2 execution of the ticket
51
* @param _gasPriceBid Price per gas on L2
52
* @param _data Encoded maxSubmissionCost and sender address along with additional calldata
0 commit comments