sendDepositToken
in L1Sender.sol does not does not check if the call value is sufficient, if it is < _maxSubmissionCost
the retryable ticket creation will fail and fund is lost; if it is <_maxSubmissionCost + (_maxGas * _gasPriceBid)
the ticket would require manual execution.
if the call value is sufficient it is ok but if it is < _maxSubmissionCost
the retryable ticket creation will fail and fund is lost; if it is <_maxSubmissionCost + (_maxGas * _gasPriceBid)
the ticket would require manual execution.
VSCode
Add check similar to the one used in L1GatewayRouter provided by Arbitrum team
https://github.com/OffchainLabs/arbitrum/blob/b8366005a697000dda1f57a78a7bdb2313db8fe2/packages/arb-bridge-peripherals/contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol#L236
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.