Skip to content

Commit

Permalink
Async contracts - fixes for CI (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
haimbj1 authored Dec 24, 2024
1 parent a096de8 commit f32053e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cofhe-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fhenixprotocol/async-contracts",
"name": "@fhenixprotocol/cofhe-contracts",
"description": "Smart Contract Library for the CoFHE with FHE primitives",
"version": "0.0.1",
"author": {
"name": "FhenixProtocol",
"url": "https://github.com/fhenixprotocol/fhenix-contracts"
},
"files": [
"AsyncFHE.sol",
"FHE.sol",
"ICofhe.sol"
],
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "hardhat test"
},
"files": [
"contracts"
"contracts",
"cofhe-contracts"
],
"keywords": [
"blockchain",
Expand Down

0 comments on commit f32053e

Please sign in to comment.