Commit b082e5f0 by Francisco Giordano

push to all networks

parent 26d48677
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"manifestVersion": "2.2", "manifestVersion": "2.2",
"name": "@openzeppelin/contracts-ethereum-package", "name": "@openzeppelin/contracts-ethereum-package",
"publish": true, "publish": true,
"version": "2.2.3", "version": "2.3.0",
"contracts": { "contracts": {
"StandaloneERC20": "StandaloneERC20", "StandaloneERC20": "StandaloneERC20",
"StandaloneERC721": "StandaloneERC721", "StandaloneERC721": "StandaloneERC721",
...@@ -11,9 +11,10 @@ ...@@ -11,9 +11,10 @@
}, },
"dependencies": {}, "dependencies": {},
"compiler": { "compiler": {
"manager": "truffle", "manager": "openzeppelin",
"compilerSettings": { "compilerSettings": {
"optimizer": {} "optimizer": {}
} },
"solcVersion": "0.5.11"
} }
} }
\ No newline at end of file
...@@ -51,6 +51,7 @@ module.exports = { ...@@ -51,6 +51,7 @@ module.exports = {
port: 8565, port: 8565,
network_id: '3', // eslint-disable-line camelcase network_id: '3', // eslint-disable-line camelcase
gasPrice: 2000000000, gasPrice: 2000000000,
from: '0x09902a56d04a9446601a0d451e07459dc5af0820',
}, },
rinkeby: { rinkeby: {
......
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