diff --git a/package.json b/package.json index 3f6caa61..2673fd08 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nomiclabs/hardhat-solhint": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.2", "@shardlabs/starknet-hardhat-plugin": "^0.5.5", - "@typechain/ethers-v5": "^7.2.0", + "@typechain/ethers-v5": "^10.1.0", "@typechain/hardhat": "^6.1.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 48093f66..8ea902ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1138,19 +1138,20 @@ version "1.0.2" resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" +"@typechain/ethers-v5@^10.1.0": + version "10.1.0" + resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-10.1.0.tgz#068d7dc7014502354696dab59590a7841091e951" + integrity sha512-3LIb+eUpV3mNCrjUKT5oqp8PBsZYSnVrkfk6pY/ZM0boRs2mKxjFZ7bktx42vfDye8PPz3NxtW4DL5NsNsFqlg== + dependencies: + lodash "^4.17.15" + ts-essentials "^7.0.1" + "@typechain/ethers-v5@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-2.0.0.tgz#cd3ca1590240d587ca301f4c029b67bfccd08810" dependencies: ethers "^5.0.2" -"@typechain/ethers-v5@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-7.2.0.tgz#d559cffe0efe6bdbc20e644b817f6fa8add5e8f8" - dependencies: - lodash "^4.17.15" - ts-essentials "^7.0.1" - "@typechain/hardhat@^6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-6.1.0.tgz#248e6512e9ef192499729dd90071ca0d77ea714a"