You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Hello, i have this function for contract deployment:
Can you please tell me how to set the amount of gas for deployment?
I've tried doing something like this:
factory.deploy(())?.gas_price(10000000).gas_limit(10000000000000).send().await?;
but it doesn't work that way.
In general, the need to set gas parameters arises when I try to deploy on polygon and bsc blockchains, this is not the case with ethereum.
The text was updated successfully, but these errors were encountered: