I was trying to deploy a contract using the constAddressDeployer (deployContractConstant)
But I was getting some error which wasn't particular useful upon further investigation
I realised that Arbitrum gas usage works different than other EVM and L1 calldata adds overhead
so that the current multiplier was insufficient.
I was trying to deploy a contract using the constAddressDeployer (deployContractConstant) But I was getting some error which wasn't particular useful upon further investigation I realised that Arbitrum gas usage works different than other EVM and L1 calldata adds overhead so that the current multiplier was insufficient.
I could deploy by increasing the multiplier to 2