[Polygon x Truffle] tx fee (1.43 ether) exceeds the configured cap (1.00 ether) #5916
Unanswered
vfabing
asked this question in
General Q&A
Replies: 2 comments 1 reply
-
Hi there, What is your gas and gasPrice set to in the truffle-config? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @LoveKosmos! gasPrice was Also I could not reproduce the error on testnet but only on mainnet (where gas price is higher I guess) Sorry I don't have a repro repository at the moment 🙇 I guess any "big enough" smart contract would do the job 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that recently the gas price on Polygon has increased a lot (moving from 30-40 gwei at the lowest to 150 gwei at the moment, which is 4-5 times higher than before!)
I got the following error message when using
truffle migrate
on Polygon network:tx fee (1.43 ether) exceeds the configured cap (1.00 ether)
I was wondering if there is any way to modify the "configured cap"?
Because if not, it feels like that some smart contract that were deployed few months ago would now not be able to be updated/deployed anymore, and would need to be further split / optimized... 🤔
In any case, thank you very much for your amazing work, and looking forward to your kind guidance on this matter 🙇
Beta Was this translation helpful? Give feedback.
All reactions