Created
March 22, 2019 21:27
-
-
Save YazzyYaz/2523e63e1b0dd102ca4958578936a924 to your computer and use it in GitHub Desktop.
ETC Pre-Byzantium Truffle Configuation JSON
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
| 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