-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.18 KB
/
package.json
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
{
"name": "@kwenta/smart-margin-v3",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Kwenta/smart-margin-v3#readme",
"scripts": {
"compile": "forge build",
"test": "forge test --fork-url $(grep ARBITRUM_RPC_URL .env | cut -d '=' -f2) --etherscan-api-key $(grep ARBISCAN_API_KEY .env | cut -d '=' -f2) --gas-report -vvv",
"test:hh": "npx hardhat test",
"format": "forge fmt",
"coverage": "forge coverage --fork-url $(grep ARBITRUM_RPC_URL .env | cut -d '=' -f2) --ir-minimum",
"coverage:generate-lcov": "forge coverage --fork-url $(grep ARBITRUM_RPC_URL .env | cut -d '=' -f2) --report lcov --ir-minimum",
"analysis:slither": "slither .",
"gas-snapshot": "forge snapshot --fork-url $(grep ARBITRUM_RPC_URL .env | cut -d '=' -f2)",
"decode-custom-error": "npx @usecannon/cli decode synthetix-perps-market"
},
"repository": {
"type": "git",
"url": "https://github.com/Kwenta/smart-margin-v3"
},
"bugs": {
"url": "https://github.com/Kwenta/smart-margin-v3/issues"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.1",
"hardhat-preprocessor": "^0.1.5"
}
}