- Add comprehensive test files for core contracts (ContractRegistry, TreasuryManager, AgentMarketplaceV2, EscrowService, DynamicPricing) - Add Foundry fuzz tests for ContractRegistry, TreasuryManager, and AgentMarketplaceV2 - Add deployment automation scripts (deploy-automation.js, verify-deployment.js, monitor-contracts.js) - Fix Hardhat/toolbox version compatibility in package.json - Update smart-contract-tests.yml workflow to include deployment job
26 lines
773 B
JSON
26 lines
773 B
JSON
{
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.1.2",
|
|
"@nomicfoundation/hardhat-ethers": "^3.1.3",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
|
|
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.1.3",
|
|
"@openzeppelin/contracts": "^4.9.6",
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@typechain/hardhat": "^9.1.0",
|
|
"@types/chai": "^4.3.20",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^25.6.0",
|
|
"chai": "^4.5.0",
|
|
"dotenv": "^17.4.2",
|
|
"ethers": "^6.16.0",
|
|
"hardhat": "^2.22.0",
|
|
"hardhat-gas-reporter": "^1.0.10",
|
|
"solidity-coverage": "^0.8.17",
|
|
"ts-node": "^10.9.2",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|