Skip to content

Instantly share code, notes, and snippets.

@YazzyYaz
Created March 22, 2019 21:27
Show Gist options
  • Select an option

  • Save YazzyYaz/2523e63e1b0dd102ca4958578936a924 to your computer and use it in GitHub Desktop.

Select an option

Save YazzyYaz/2523e63e1b0dd102ca4958578936a924 to your computer and use it in GitHub Desktop.
ETC Pre-Byzantium Truffle Configuation JSON
module.exports = {
networks: {
development: {
host: "127.0.0.1", // Localhost (default: none)
port: 8545, // Standard Ethereum port (default: none)
network_id: "*", // Any network (default: none)
}
},
compilers: {
solc: {
version: "0.5.1", // Fetch exact version from solc-bin (default: truffle's version)
settings: { // See the solidity docs for advice about optimization and evmVersion
evmVersion: "spuriousDragon"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment