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
This is my truffle.js: ropsten: { provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/"+infura_apikey), network_id: 3, gas: 4000000 },
when I truffle migrate --network ropsten:
it triggers this error: Running migration: 1_initial-migration.js Deploying Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. insufficient funds for gas * price + value
The text was updated successfully, but these errors were encountered:
I am using Windows 10 Home x64
I also posted the same question at Stackoverflow:
https://stackoverflow.com/questions/53312840/how-to-fix-insufficient-funds-for-gas-price-value
This is my
truffle.js
:ropsten: { provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/"+infura_apikey), network_id: 3, gas: 4000000 },
when I
truffle migrate --network ropsten
:it triggers this error:
Running migration: 1_initial-migration.js Deploying Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. insufficient funds for gas * price + value
The text was updated successfully, but these errors were encountered: