Commit 045290d6 by Francisco Giordano

update openzeppelin sdk files

parent e6c6129f
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"publish": true, "publish": true,
"version": "3.0.0", "version": "3.0.0",
"contracts": { "contracts": {
"ERC20PresetMinterPauserUpgradeable": "ERC20PresetMinterPauserUpgradeable", "ERC20PresetMinterPauserUpgradeSafe": "ERC20PresetMinterPauserUpgradeSafe",
"ERC721PresetMinterPauserAutoIdUpgradeable": "ERC721PresetMinterPauserAutoIdUpgradeable" "ERC721PresetMinterPauserAutoIdUpgradeSafe": "ERC721PresetMinterPauserAutoIdUpgradeSafe"
}, },
"dependencies": {}, "dependencies": {},
"compiler": { "compiler": {
...@@ -18,7 +18,10 @@ ...@@ -18,7 +18,10 @@
}, },
"solcVersion": "0.6.7", "solcVersion": "0.6.7",
"artifactsDir": "build/contracts", "artifactsDir": "build/contracts",
"contractsDir": "contracts" "contractsDir": "contracts",
"typechain": {
"enabled": false
}
}, },
"telemetryOptIn": false "telemetryOptIn": false
} }
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