Commit 6669f3fc by Francisco Giordano

Merge branch 'zos-release' of github.com:OpenZeppelin/zeppelin-solidity into zos-release

parents 27d696aa 18e16a5d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -63,6 +63,7 @@
},
"dependencies": {
"dotenv": "^4.0.0",
"zos-lib": "git://github.com/zeppelinos/zos-lib.git"
"zos": "^0.3.7",
"zos-lib": "0.0.5"
}
}
{
"contracts": {
"DetailedMintableToken": "DetailedMintableToken",
"DetailedPremintedToken": "DetailedPremintedToken",
"MintableERC721Token": "MintableERC721Token",
"TokenTimelock": "TokenTimelock",
"TokenVesting": "TokenVesting"
},
"name": "openzeppelin-zos"
}
......@@ -24,8 +24,11 @@ module.exports = {
network_id: '*', // eslint-disable-line camelcase
},
ropsten: {
provider: ropstenProvider,
network_id: 3, // eslint-disable-line camelcase
host: 'localhost',
network_id: '3',
port: 8555,
gas: 4700000,
gasPrice: 10e9,
},
coverage: {
host: 'localhost',
......
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