I am using the following code to send value with a specified gas limit:
recipient.call{value: amount, gas: gasLimit}("");
As I plan to deploy this code on Arbitrum One, which has a different gas calculation model compared to Ethereum, what adjustments or considerations should I make to ensure proper behavior? Are there specific guidelines for setting the gas
parameter in call
for networks like Arbitrum One?
Please direct your question to the Arbitrum Discord. That’s the best channel for developer questions like yours.