fix: pin hardhat-toolbox to exact hh2 version to prevent npm from installing incompatible latest
Some checks failed
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Has been cancelled
Smart Contract Tests / test-solidity (map[name:zk-circuits path:apps/zk-circuits]) (push) Has been cancelled
Smart Contract Tests / lint-solidity (push) Has been cancelled
Integration Tests / test-service-integration (push) Failing after 40s
Package Tests / Python package - aitbc-agent-sdk (push) Has started running
Package Tests / Python package - aitbc-core (push) Has been cancelled
Package Tests / Python package - aitbc-crypto (push) Has been cancelled
Package Tests / Python package - aitbc-sdk (push) Has been cancelled
Package Tests / JavaScript package - aitbc-sdk-js (push) Has been cancelled
Package Tests / JavaScript package - aitbc-token (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Some checks failed
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Has been cancelled
Smart Contract Tests / test-solidity (map[name:zk-circuits path:apps/zk-circuits]) (push) Has been cancelled
Smart Contract Tests / lint-solidity (push) Has been cancelled
Integration Tests / test-service-integration (push) Failing after 40s
Package Tests / Python package - aitbc-agent-sdk (push) Has started running
Package Tests / Python package - aitbc-core (push) Has been cancelled
Package Tests / Python package - aitbc-crypto (push) Has been cancelled
Package Tests / Python package - aitbc-sdk (push) Has been cancelled
Package Tests / JavaScript package - aitbc-sdk-js (push) Has been cancelled
Package Tests / JavaScript package - aitbc-token (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Changed @nomicfoundation/hardhat-toolbox from ^7.0.0-hh2 to 7.0.0-hh2 to prevent npm from resolving to latest version which is incompatible with Hardhat 2/3.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"@nomicfoundation/hardhat-ethers": "^4.0.7",
|
"@nomicfoundation/hardhat-ethers": "^4.0.7",
|
||||||
"@nomicfoundation/hardhat-ignition-ethers": "^3.1.1",
|
"@nomicfoundation/hardhat-ignition-ethers": "^3.1.1",
|
||||||
"@nomicfoundation/hardhat-network-helpers": "^3.0.4",
|
"@nomicfoundation/hardhat-network-helpers": "^3.0.4",
|
||||||
"@nomicfoundation/hardhat-toolbox": "^7.0.0-hh2",
|
"@nomicfoundation/hardhat-toolbox": "7.0.0-hh2",
|
||||||
"@nomicfoundation/hardhat-verify": "^3.0.13",
|
"@nomicfoundation/hardhat-verify": "^3.0.13",
|
||||||
"@typechain/ethers-v6": "^0.5.1",
|
"@typechain/ethers-v6": "^0.5.1",
|
||||||
"@typechain/hardhat": "^6.0.0",
|
"@typechain/hardhat": "^6.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user