Last active
January 2, 2019 10:02
-
-
Save jamesmorgan/fcfb1faa518f6e78b263450db35dbc8a to your computer and use it in GitHub Desktop.
truffle.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
live: { | |
network_id: 1, | |
gas: 6075039, | |
gasPrice: 5000000000, | |
timeoutBlocks: 200, // # of blocks before a deployment times out (minimum/default: 50) | |
skipDryRun: true // Skip dry run before migrations? (default: false for public nets ) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment