Add kovan deployment
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user