diff --git a/cofhe-contracts/package.json b/cofhe-contracts/package.json index c2e47de..9b8245d 100644 --- a/cofhe-contracts/package.json +++ b/cofhe-contracts/package.json @@ -1,5 +1,5 @@ { - "name": "@fhenixprotocol/async-contracts", + "name": "@fhenixprotocol/cofhe-contracts", "description": "Smart Contract Library for the CoFHE with FHE primitives", "version": "0.0.1", "author": { @@ -7,7 +7,7 @@ "url": "https://github.com/fhenixprotocol/fhenix-contracts" }, "files": [ - "AsyncFHE.sol", + "FHE.sol", "ICofhe.sol" ], "keywords": [ diff --git a/package.json b/package.json index f9b5c62..0a2a82d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "test": "hardhat test" }, "files": [ - "contracts" + "contracts", + "cofhe-contracts" ], "keywords": [ "blockchain",