diff --git a/src/rollup/DeployHelper.sol b/src/rollup/DeployHelper.sol index 0b0ba611..ed1ba016 100644 --- a/src/rollup/DeployHelper.sol +++ b/src/rollup/DeployHelper.sol @@ -36,7 +36,7 @@ contract DeployHelper { bytes memory payload ) internal { uint256 submissionCost = inbox.calculateRetryableSubmissionFee(0, block.basefee); - inbox.createRetryableTicket{value: 0.01 ether + submissionCost + GASLIMIT * MAXFEEPERGAS}({ + inbox.createRetryableTicket{value: _value + submissionCost + GASLIMIT * MAXFEEPERGAS}({ to: _l2Address, l2CallValue: _value, maxSubmissionCost: submissionCost,