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
















                                                
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",
};