-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 862 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 862 Bytes
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
{
"name": "poc-openrouter",
"version": "1.0.0",
"private": true,
"scripts": {
"compile": "hardhat compile",
"deploy": "hardhat run scripts/deploy/deployOpenRouter.ts --network",
"deploy:across-manipulator": "hardhat run scripts/deploy/deployAcrossERC20AmountManipulator.ts --network",
"deploy:v2": "hardhat run scripts/deploy/deployOpenRouterV2.ts --network",
"typechain": "hardhat typechain",
"slither": "bash scripts/docker-slither.sh"
},
"devDependencies": {
"@arbitrum/sdk": "^4.0.5",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"axios": "^1.16.0",
"dotenv": "^16.0.0",
"ethers": "^6.16.0",
"hardhat": "^2.22.7",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@layerzerolabs/lz-v2-utilities": "^3.0.168"
}
}