Anyone know how to deploy contract by Hardhat with lower gwei?

I tried to set { gasPrice: 80 * 1000000000 } but got

max fee per gas less than block base fee

Jan 10, 2022, 9:22 AM
Seems it will reject if I set lower then the last block gas price
It’s around 280 gwei now but I can wait till 80 gwei, I set it like this but not work 🤔
Jan 10, 2022, 9:28 AM
You cannot have gas fee go below block base fee
Eip 1559
Jan 10, 2022, 9:54 AM
Oh I see. Thank you so much
Jan 10, 2022, 9:56 AM

© 2024 Draquery.com All rights reserved.