Deployment gas differences

Hi, I’m trying to deploy a contract using https://testnet.contracts.aepps.com/ and the forgae compile + deploy process.

Both platforms compile my contract properly (I not checked if it-s the same output bytecode, however)

I noted that using forgae deployment results in a Gas usage of 1579000, but this is not enough for the online tool deployment process. I tried 3M with Out of gas results. With 5M or higher amounts it will keep waiting a lot until Transaction not found is returned.

What differences are between both Deployment processes? Are you using different backends between forgae and online test tool?

FYI: forgae is deploying on the private network environment by means of the forgae node command. I think that opcode gas costs are the same as in the testnet used by the online tool anyway.

Thanks.