This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Commit 0367869
committed
Had to set gas for ropsten deployment
Otherwise got:
```
$ truffle migrate --network ropsten
Using network 'ropsten'.
Running migration: 1_initial_migration.js
Deploying Migrations...
Error encountered, bailing. Network state unknown. Review successful transactions manually.
exceeds block gas limit
```
Just copied value from this comment: ConsenSys-archive/truffle#271 (comment)1 parent fceab65 commit 0367869
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments