Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LESSON 28: DEPLOY FLASHLOAN SMART CONTRACT #154

Open
Tundekuzco opened this issue Mar 1, 2022 · 0 comments
Open

LESSON 28: DEPLOY FLASHLOAN SMART CONTRACT #154

Tundekuzco opened this issue Mar 1, 2022 · 0 comments

Comments

@Tundekuzco
Copy link

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

  • Account: 0xb59db6cEF1A399411414256aA4Cce1730e2BE7fe
  • Balance: 56391149486232760 wei
  • 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.

Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.

Error: *** Deployment Failed ***

"Migrations" could not deploy due to insufficient funds

  • Account: 0xb59db6cEF1A399411414256aA4Cce1730e2BE7fe
  • Balance: 56391149486232760 wei
  • 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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant