Skip to content

Commit ce4e9f5

Browse files
authored
Alex b/fhevm v0.8.0 (#8)
* feat: add FHEVM v0.8.0 support * chore: bump v0.1.0 (same as HH plugin) * chore: update devDependencies @fhevm/hardhat-plugin: ^0.1.0 * chore: update devDependencies: @zama-fhe/relayer-sdk v0.2.0
1 parent ea7ec28 commit ce4e9f5

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fhevm-hardhat-template",
33
"description": "Hardhat-based template for developing FHEVM Solidity smart contracts",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"engines": {
66
"node": ">=20",
77
"npm": ">=7.0.0"
@@ -25,11 +25,11 @@
2525
],
2626
"dependencies": {
2727
"encrypted-types": "^0.0.4",
28-
"@fhevm/solidity": "^0.7.0",
28+
"@fhevm/solidity": "^0.8.0",
2929
"@zama-fhe/oracle-solidity": "^0.1.0"
3030
},
3131
"devDependencies": {
32-
"@fhevm/hardhat-plugin": "^0.0.1-6",
32+
"@fhevm/hardhat-plugin": "^0.1.0",
3333
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
3434
"@nomicfoundation/hardhat-ethers": "^3.1.0",
3535
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
@@ -41,7 +41,7 @@
4141
"@types/node": "^20.19.8",
4242
"@typescript-eslint/eslint-plugin": "^8.37.0",
4343
"@typescript-eslint/parser": "^8.37.0",
44-
"@zama-fhe/relayer-sdk": "^0.1.2",
44+
"@zama-fhe/relayer-sdk": "^0.2.0",
4545
"chai": "^4.5.0",
4646
"chai-as-promised": "^8.0.1",
4747
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)