status-go
status-go copied to clipboard
Compute dynamically contract deployment gas amount
Problem
In services/community_tokens gas estimation for contract deployment is hardcoded. It should be computed dynamically by EstimateGas function or similar one. Unfortunately EstimateGas returns too low gas amount. This needs to be investigated.