Add kovan deployment

This commit is contained in:
2018-04-19 15:02:40 +02:00
parent 555cf1e12c
commit 3ad9835f79
5 changed files with 9 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ module.exports = {
host: "127.0.0.1",
port: 7545,
network_id: "*" // Match any network id
},
kovan: {
host: "127.0.0.1",
port: 8545,
network_id: "42"
}
}
};