Skip to content

Instantly share code, notes, and snippets.

@cgewecke
Created June 26, 2018 02:41
Show Gist options
  • Save cgewecke/472e095484dded1c0b0d415d6537d5f5 to your computer and use it in GitHub Desktop.
Save cgewecke/472e095484dded1c0b0d415d6537d5f5 to your computer and use it in GitHub Desktop.
Compiling ./contracts/Abstract.sol...
Compiling ./contracts/Example.sol...
Compiling ./contracts/ExampleAssert.sol...
Compiling ./contracts/ExampleRevert.sol...
Compiling ./contracts/Loops.sol...
Compiling ./contracts/Migrations.sol...
Compiling ./contracts/RevertWithReason.sol...
Compiling ./contracts/UsesExample.sol...
Writing artifacts to ./build/contracts
Starting migrations...
======================
> Network name: 'development'
> Network id: 1529980768063
4_migrations_oog.js
===================
Deploying 'Loops'
-----------------
Error: "Loops" ran out of gas (using a value you set in your network config or deployment parameters.)
* Block limit: 6721975
* Gas sent: 4700000
Exiting: Review successful transactions manually by checking the transaction hashes above on Etherscan.
Error: 1
at /Users/cgewecke/code/consensys/truffle/packages/truffle-deployer/src/deployment.js:322:17
at <anonymous>
@cgewecke
Copy link
Author

This needs work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment