-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Cannot send a tx with a gasLimit over 9m #607
Copy link
Copy link
Closed
Labels
C-bugCategory: bugsCategory: bugs
Description
Is your feature request related to a problem? Please describe.
If a transaction is going to have a fee of over 9m gwei, estimateGas will return a value higher than 9m and then we will need to send it with a gasLimit of over 9m.
We're getting an error: ProviderError: Transaction gasLimit (11027224) is greater than max gasLimit (9000000)
Describe the solution you'd like
Allow users to send transactions with a gasLimit > the transaction gasLimit.
Describe alternatives you've considered
Definitely worth brainstorming medium-term solutions around our hacky "estimateGas is calculateFeeInGwei".
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugsCategory: bugs