Commit d13d0ea9 by Francisco Giordano

adjust details for ethereum package

parent e4f8d01c
......@@ -50,3 +50,5 @@ contracts/README.md
# temporary artifact from solidity-coverage
allFiredEvents
.openzeppelin/.session
{
"manifestVersion": "2.2",
"name": "@openzeppelin/contracts-ethereum-package",
"publish": true,
"version": "3.0.0",
"contracts": {
"ERC20PresetMinterPauserUpgradeable": "ERC20PresetMinterPauserUpgradeable",
"ERC721PresetMinterPauserAutoIdUpgradeable": "ERC721PresetMinterPauserAutoIdUpgradeable"
},
"dependencies": {},
"compiler": {
"manager": "openzeppelin",
"compilerSettings": {
"optimizer": {
"enabled": true,
"runs": "200"
}
},
"solcVersion": "0.6.7",
"artifactsDir": "build/contracts",
"contractsDir": "contracts"
},
"telemetryOptIn": false
}
{
"name": "@openzeppelin/contracts",
"version": "3.0.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks",
"!/examples"
],
"scripts": {
"prepare": "bash ../scripts/prepare-contracts-package.sh",
"prepare-docs": "cd ..; npm run prepare-docs"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
},
"homepage": "https://openzeppelin.com/contracts/"
}
module.exports = {
networks: {
development: {
protocol: 'http',
host: 'localhost',
port: 8545,
gas: 5000000,
gasPrice: 5e9,
networkId: '*',
},
},
};
{
"name": "openzeppelin-ethereum-package",
"name": "@openzeppelin/contracts-ethereum-package",
"version": "3.0.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/.openzeppelin",
"/contracts/**/*.sol",
"/build/contracts/*.json",
"!/contracts/mocks",
......
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