Commit 906b18f1 by Francisco Giordano

add updated zos files except for mainnet deployment

parent eb6b5b66
...@@ -12,6 +12,35 @@ module.exports = { ...@@ -12,6 +12,35 @@ module.exports = {
gas: 0xfffffffffff, gas: 0xfffffffffff,
gasPrice: 0x01, 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: { compilers: {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"zosversion": "2", "zosversion": "2",
"name": "openzeppelin-eth", "name": "openzeppelin-eth",
"publish": true, "publish": true,
"version": "2.1.3", "version": "2.2.0",
"contracts": { "contracts": {
"StandaloneERC20": "StandaloneERC20", "StandaloneERC20": "StandaloneERC20",
"StandaloneERC721": "StandaloneERC721", "StandaloneERC721": "StandaloneERC721",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment