Merge upstream openzeppelin-contracts into upstream-patched
Showing
contracts/mocks/ERC20WrapperMock.sol
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -29,6 +29,7 @@ |
| "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | ||
| "test": "hardhat test", | ||
| "test:inheritance": "node scripts/inheritanceOrdering artifacts/build-info/*", | ||
| "gas-report": "env ENABLE_GAS_REPORT=true npm run test" | ||
| }, | ||
| "repository": { | ||
| ... | ... | @@ -65,6 +66,7 @@ |
| "eth-sig-util": "^3.0.0", | ||
| "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | ||
| "graphlib": "^2.1.8", | ||
| "hardhat": "^2.0.6", | ||
| "hardhat-gas-reporter": "^1.0.4", | ||
| "keccak256": "^1.0.2", | ||
| ... | ... | @@ -72,11 +74,11 @@ |
| "lodash.zip": "^4.2.0", | ||
| "merkletreejs": "^0.2.13", | ||
| "micromatch": "^4.0.2", | ||
| "mocha": "^8.0.1", | ||
| "prettier": "^2.3.0", | ||
| "prettier-plugin-solidity": "^1.0.0-beta.13", | ||
| "rimraf": "^3.0.2", | ||
| "solhint": "^3.3.6", | ||
| "solidity-ast": "^0.4.25", | ||
| "solidity-coverage": "^0.7.11", | ||
| "solidity-docgen": "^0.5.3", | ||
| "web3": "^1.3.0", | ||
| ... | ... |
scripts/inheritanceOrdering.js
0 → 100644
Please
register
or
sign in
to comment