Consensys / Tokens

Ethereum Token Contracts
MIT License
2.06k stars 1.19k forks source link

Ropsten migration doesn't work out of the box #138

Open rbval opened 6 years ago

rbval commented 6 years ago

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?