You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep running into this same issue anytime I try to migrate truffle. have googled and tried all the solutions suggested but none work.
it keeps saying insufficient funds but I have enough ether in the account
someone help me, please.
here's the error I keep getting:
` Deploying 'Migrations'
*** Deployment Failed ***
"Migrations" could not deploy due to insufficient funds
Message: insufficient funds for gas * price + value
Try:
Using an adequately funded account
If you are using a local Geth node, verify that your node is synced.
at C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\deployer\src\deployment.js:379:1
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at Migration._deploy (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\Migration.js:68:1)
at Migration._load (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\Migration.js:54:1)
at Migration.run (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\Migration.js:202:1)
at Object.runMigrations (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\index.js:152:1)
at Object.runFrom (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\index.js:117:1)
at Object.runAll (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\index.js:121:1)
at Object.run (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\migrate\index.js:86:1)
at runMigrations (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\core\lib\commands\migrate\run.js:78:1)
at setupDryRunEnvironmentThenRunMigrations (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\core\lib\commands\migrate\run.js:68:1)
at Object.module.exports [as run] (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\core\lib\commands\migrate\run.js:36:1)
at Command.run (C:\Users\tunde\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\core\lib\command.js:189:1)
Truffle v5.5.0 (core: 5.5.0)
Node v14.16.0`
The text was updated successfully, but these errors were encountered:
I keep running into this same issue anytime I try to migrate truffle. have googled and tried all the solutions suggested but none work.
it keeps saying insufficient funds but I have enough ether in the account
someone help me, please.
here's the error I keep getting:
` Deploying 'Migrations'
*** Deployment Failed ***
"Migrations" could not deploy due to insufficient funds
Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.
Error: *** Deployment Failed ***
"Migrations" could not deploy due to insufficient funds
Truffle v5.5.0 (core: 5.5.0)
Node v14.16.0`
The text was updated successfully, but these errors were encountered: