Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active April 18, 2020 19:27
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 agoiabel/1868c5202e2df21abe13184c06652044 to your computer and use it in GitHub Desktop.
Save agoiabel/1868c5202e2df21abe13184c06652044 to your computer and use it in GitHub Desktop.
module.exports = {
networks: {
development: {
host: "127.0.0.1", // Localhost (default: none)
port: 7545, // Standard Ethereum port (default: none)
network_id: "*", // Any network (default: none)
},
},
// Configure your compilers
compilers: {
solc: {
version: "0.6.4", // Fetch exact version from solc-bin (default: truffle's version)
settings: { // See the solidity docs for advice about optimization and evmVersion
optimizer: {
enabled: false,
runs: 200
},
evmVersion: "byzantium"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment