-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fhe-hook-template",
"version": "1.0.0",
"description": "Template for building FHE-enabled Uniswap hooks",
"scripts": {
"test": "forge test --via-ir"
},
"keywords": [
"blockchain",
"ethereum",
"smart-contracts",
"solidity",
"FHE",
"encryption",
"privacy",
"coprocessor",
"fhenix",
"cofhe",
"uniswap",
"trading",
"hooks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marronjo/fhe-hook-template.git"
},
"author": "marronjo",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@fhenixprotocol/cofhe-contracts": "0.0.13",
"cofhe-foundry-mocks": "github:fhenixprotocol/cofhe-foundry-mocks",
"@uniswap/v4-core": "1.0.2",
"@uniswap/v4-periphery": "1.0.2",
"forge-std": "github:foundry-rs/forge-std"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-foundry": "^1.1.3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.19"
}
}