add updated zos files except for mainnet deployment
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user