github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/solidity_kat/truffle-config.js (about)

     1  module.exports = {
     2    networks: {
     3      development: {
     4       host: "127.0.0.1",     // Localhost (default: none)
     5       port: 7545,            // Standard Ethereum port (default: none)
     6       network_id: "*",       // Any network (default: none)
     7      }
     8    },
     9    mocha: {
    10      timeout: 100000
    11    },
    12    compilers: {
    13      solc: {
    14        version: "^0.6.0",    // Fetch exact version from solc-bin (default: truffle's version)
    15        evmVersion: "constantinople"
    16      }
    17    }
    18  }