diff --git a/package-lock.json b/package-lock.json index a00a2743..3e1381c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/test-helpers": "^0.5.16", "@typechain/ethers-v5": "^10.2.1", - "@typechain/hardhat": "^6.1.6", + "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.8", "@types/mocha": "^10.0.2", "@types/node": "^20.8.6", @@ -4086,21 +4086,35 @@ "typescript": ">=4.3.0" } }, + "node_modules/@typechain/ethers-v6": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@typechain/ethers-v6/-/ethers-v6-0.5.1.tgz", + "integrity": "sha512-F+GklO8jBWlsaVV+9oHaPh5NJdd6rAKN4tklGfInX1Q7h0xPgVLP39Jl3eCulPB5qexI71ZFHwbljx4ZXNfouA==", + "dev": true, + "peer": true, + "dependencies": { + "lodash": "^4.17.15", + "ts-essentials": "^7.0.1" + }, + "peerDependencies": { + "ethers": "6.x", + "typechain": "^8.3.2", + "typescript": ">=4.7.0" + } + }, "node_modules/@typechain/hardhat": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-6.1.6.tgz", - "integrity": "sha512-BiVnegSs+ZHVymyidtK472syodx1sXYlYJJixZfRstHVGYTi8V1O7QG4nsjyb0PC/LORcq7sfBUcHto1y6UgJA==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-9.1.0.tgz", + "integrity": "sha512-mtaUlzLlkqTlfPwB3FORdejqBskSnh+Jl8AIJGjXNAQfRQ4ofHADPl1+oU7Z3pAJzmZbUXII8MhOLQltcHgKnA==", "dev": true, "dependencies": { "fs-extra": "^9.1.0" }, "peerDependencies": { - "@ethersproject/abi": "^5.4.7", - "@ethersproject/providers": "^5.4.7", - "@typechain/ethers-v5": "^10.2.1", - "ethers": "^5.4.7", + "@typechain/ethers-v6": "^0.5.1", + "ethers": "^6.1.0", "hardhat": "^2.9.9", - "typechain": "^8.1.1" + "typechain": "^8.3.2" } }, "node_modules/@typechain/hardhat/node_modules/fs-extra": { diff --git a/package.json b/package.json index 3b5fa951..11c850f3 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/test-helpers": "^0.5.16", "@typechain/ethers-v5": "^10.2.1", - "@typechain/hardhat": "^6.1.6", + "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.8", "@types/mocha": "^10.0.2", "@types/node": "^20.8.6",