Skip to content

Commit

Permalink
Merge pull request #52 from zama-ai/fhevmContractsNew
Browse files Browse the repository at this point in the history
feat: imports new breaking change fhevm-contracts
  • Loading branch information
jatZama authored Dec 12, 2024
2 parents 1fea392 + 8d33210 commit 701095e
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 434 deletions.
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "@nomicfoundation/hardhat-toolbox";
import "@openzeppelin/hardhat-upgrades";
import dotenv from "dotenv";
import "hardhat-deploy";
import "hardhat-ignore-warnings";
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.12",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/hardhat-upgrades": "^3.6.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
Expand All @@ -36,7 +34,7 @@
"ethers": "^6.8.0",
"extra-bigint": "^1.1.18",
"fhevm": "^0.6.1",
"fhevm-contracts": "^0.2.0",
"fhevm-contracts": "^0.2.1",
"fhevm-core-contracts": "^0.6.1",
"fhevmjs": "^0.6.1",
"fs-extra": "^10.1.0",
Expand Down Expand Up @@ -94,5 +92,8 @@
"coverage": "hardhat coverage",
"deploy-sepolia": "hardhat deploy --network sepolia",
"mint-sepolia": "hardhat mint --amount 42 --network sepolia"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}
Loading

0 comments on commit 701095e

Please sign in to comment.