Skip to content

Instantly share code, notes, and snippets.

@jamesmorgan
Last active January 2, 2019 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmorgan/fcfb1faa518f6e78b263450db35dbc8a to your computer and use it in GitHub Desktop.
Save jamesmorgan/fcfb1faa518f6e78b263450db35dbc8a to your computer and use it in GitHub Desktop.
truffle.js
{
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