aboutsummaryrefslogblamecommitdiffstats
path: root/packages/contracts/truffle.js
blob: 3f804b15c0cfcc9c7814aaa0b10323b9119f99aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                  











                                                    
      

                                                  
  
module.exports = {
    networks: {
        development: {
            host: "localhost",
            port: 8545,
            network_id: "*", // Match any network id
        },
        kovan: {
            host: "localhost",
            port: 8546,
            network_id: "42",
            gas: 4612388,
        },
    },
    test_directory: "transpiled/test",
    migrations_directory: "transpiled/migrations",
};