This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
No way to avoid truffle gas price check using the lib in node console #303
Labels
kind:enhancement
Enhancement to an existing feature
topic:dx
Issue that affects developer experience
In a node console, I tried to run the following commands:
The last step fails saying:
Error: Cowardly refusing to execute transaction with gas price set to Truffle's default of 100 gwei. Consider explicitly setting a different value in your truffle.js file.
I changed the gas price on my
truffle.js
before starting truffledevelop
, but the error is the same.truffle.js
:The text was updated successfully, but these errors were encountered: