You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.5",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
|
|
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.4",
|
|
"@openzeppelin/contracts": "^5.0.2",
|
|
"@openzeppelin/contracts-upgradeable": "^5.0.2",
|
|
"@openzeppelin/hardhat-upgrades": "^3.0.5",
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@typechain/hardhat": "^9.1.0",
|
|
"@types/chai": "^4.3.14",
|
|
"@types/mocha": "^10.0.6",
|
|
"chai": "^4.4.1",
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.11.1",
|
|
"hardhat": "^2.22.2",
|
|
"hardhat-gas-reporter": "^1.0.10",
|
|
"hardhat-upgrades": "^0.0.0",
|
|
"solidity-coverage": "^0.8.12",
|
|
"ts-node": "^10.9.2",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^5.4.4"
|
|
},
|
|
"scripts": {
|
|
"deploy:dev": "npx hardhat run --network bscTest scripts/deployProxy.ts",
|
|
"deploy:local": "npx hardhat run --network local scripts/deployProxy.ts",
|
|
"deploy:prod": "npx hardhat run --network bscMain scripts/deployProxy.ts"
|
|
}
|
|
}
|