Updated hardhat package

This commit is contained in:
Thrilok Kumar 2021-08-12 00:39:38 +05:30
parent 251092e020
commit 5bb8a67ae8
3 changed files with 10088 additions and 28057 deletions

20335
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,7 @@
"test": "hardhat test", "test": "hardhat test",
"coverage": "./node_modules/.bin/solidity-coverage", "coverage": "./node_modules/.bin/solidity-coverage",
"check-husky": "node status-checks/huskyCheck.js", "check-husky": "node status-checks/huskyCheck.js",
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build", "build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build"
"prepare": "husky install"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -33,21 +32,21 @@
}, },
"devDependencies": { "devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.3", "@nomiclabs/hardhat-etherscan": "^2.1.4",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.6", "@openzeppelin/test-helpers": "^0.5.12",
"@studydefi/money-legos": "^2.3.7", "@studydefi/money-legos": "^2.3.7",
"@tenderly/hardhat-tenderly": "^1.0.6", "@tenderly/hardhat-tenderly": "^1.0.12",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.3.0", "ethereum-waffle": "^3.4.0",
"ethers": "^5.1.4", "ethers": "^5.4.4",
"hardhat": "^2.3.0", "hardhat": "^2.6.0",
"hardhat-deploy": "^0.7.5", "hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.7", "hardhat-deploy-ethers": "^0.3.0-beta.10",
"husky": "^6.0.0", "husky": "^6.0.0",
"sol-merger": "^2.0.1", "sol-merger": "^2.0.1",
"solidity-coverage": "0.5.11", "solidity-coverage": "0.5.11",
"web3": "^1.3.0" "web3": "^1.3.6"
} }
} }

17789
yarn.lock

File diff suppressed because it is too large Load Diff