-
| 
         Hello All, I am having an issue when running "brownie run scripts/deploy.py --network ganache-local"; error is saying "insufficient funds for gas * price + value". I get this when spinning up my local ganache instance (using ganache-cli). I suppose I am using an incorrect wallet somewhere but i cannot track it down: below is the error: (Web3_py) ixcel87-main@ixcel87-desktop:/mnt/sdb1/2ndHome/SolidityCourse/brownie_fund_me$ brownie run scripts/deploy.py --network ganache-local BrownieFundMeProject is the active project. Running 'scripts/deploy.py::main'... Can someone please assist? Also, is there a way to increase the logging/debug level in brownie and ganache? Please let me know if you need any further information. Total SmartContract Noob!  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
| 
         I resolved this by switching my private key in the config file to a static one from ganache dev. My meta mask key was causing this issue.  | 
  
Beta Was this translation helpful? Give feedback.



I resolved this by switching my private key in the config file to a static one from ganache dev. My meta mask key was causing this issue.