Guest User

Untitled

a guest
Oct 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Running migration: 2_deploy_contracts.js
  2. Deploying PowerEther...
  3. ... (TX_ADDRESS)
  4. Error encountered, bailing. Network state unknown. Review successful transactions manually.
  5. Error: The contract code couldn't be stored, please check your gas amount.
  6.  
  7. var ContractOne = artifacts.require("./ContractOne.sol");
  8. module.exports = function(deployer) {
  9. deployer.deploy(ContractOne, "FROM ADDRESS");
  10. };
Add Comment
Please, Sign In to add comment