fix: remove @typechain/hardhat and typechain to resolve ethers v5/v6 conflict
Some checks failed
Integration Tests / test-service-integration (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Package Tests / Python package - aitbc-agent-sdk (push) Successful in 32s
Package Tests / Python package - aitbc-core (push) Successful in 26s
Package Tests / Python package - aitbc-crypto (push) Successful in 17s
Package Tests / Python package - aitbc-sdk (push) Failing after 8s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 7s
Package Tests / JavaScript package - aitbc-token (push) Failing after 6s
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Failing after 6s
Smart Contract Tests / lint-solidity (push) Failing after 3s

Removed @typechain/hardhat and typechain dependencies since they are not used
in hardhat.config.ts and cause peer dependency conflicts between ethers v5
(required by @typechain/ethers-v5) and ethers v6 (used by the project).
This commit is contained in:
aitbc
2026-04-19 17:56:18 +02:00
parent 8f9d854025
commit 7eb97d1c76

View File

@@ -19,7 +19,6 @@
"@nomicfoundation/hardhat-toolbox": "7.0.0-hh2",
"@nomicfoundation/hardhat-verify": "^3.0.13",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.10",
"@types/node": "^20.11.30",
@@ -31,7 +30,6 @@
"prettier": "^3.2.5",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.9.2"
},
"dependencies": {