Setting up my infura token and mnemonic, I get the following problem when running `truffle migrate --network ropsten` with the current setup: ``` Running migration: 1_initial_migration.js Replacing Migrations... Error encountered, bailing. Network state unknown. Review successful transactions manually. insufficient funds for gas * price + value ``` Should the configuration have a default gas set so it works out of the box for Ropsten as well?
Setting up my infura token and mnemonic, I get the following problem when running
truffle migrate --network ropstenwith the current setup:Should the configuration have a default gas set so it works out of the box for Ropsten as well?