add updated zos files except for mainnet deployment

This commit is contained in:
Francisco Giordano
2019-06-06 11:54:19 -03:00
parent eb6b5b6631
commit 906b18f144
6 changed files with 1191 additions and 1900 deletions

View File

@ -12,6 +12,35 @@ module.exports = {
gas: 0xfffffffffff,
gasPrice: 0x01,
},
mainnet: {
host: 'localhost',
port: 8565,
network_id: '1',
gasPrice: 2000000000,
},
ropsten: {
host: 'localhost',
port: 8565,
network_id: '3',
gasPrice: 2000000000,
},
rinkeby: {
host: 'localhost',
port: 8565,
network_id: '4',
gasPrice: 0,
},
kovan: {
host: 'localhost',
port: 8565,
network_id: '42',
gasPrice: 0,
},
},
compilers: {