Add kovan deployment

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

View File

@ -1 +1 @@
{"100":"0xa7fc9b1f678c41396b53904f94f50a42ff44d826"} {"42":"0x205fe1b3dac678b594c5f0535e7d158e38591f93","100":"0xa7fc9b1f678c41396b53904f94f50a42ff44d826"}

View File

@ -1 +1 @@
{"100":"0x95d3bd7d136bb0b7ac9988097e964236f8a9976e"} {"42":"0x9fd66ee78a5ebe86006f12b37ff59c63f9caa15b","100":"0x95d3bd7d136bb0b7ac9988097e964236f8a9976e"}

View File

@ -1 +1 @@
{"100":"0x513f8e80a8fbb9fa188320ecf231efcf2f6da9c5"} {"42":"0xc270e6ea4fe303df9f1a3d4a132ac425264082e7","100":"0x513f8e80a8fbb9fa188320ecf231efcf2f6da9c5"}

View File

@ -1 +1 @@
{"100":"0x3fc29fbe40c2d0ca78c7e81342f00226650fe2ad"} {"42":"0xf71ccf7ab48044ef9ae0b5e6983dbd3266b78b36","100":"0x3fc29fbe40c2d0ca78c7e81342f00226650fe2ad"}

View File

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