-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
25 lines (25 loc) · 1.03 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
{
"name": "@kwenta/cross-margin-manager",
"version": "2.1.4",
"scripts": {
"compile": "forge build",
"test": "forge test --fork-url $(grep ARCHIVE_NODE_URL_L2 .env | cut -d '=' -f2) --etherscan-api-key $(grep ETHERSCAN_API_KEY .env | cut -d '=' -f2) --gas-report -vvv",
"format": "forge fmt",
"coverage": "forge coverage --fork-url $(grep ARCHIVE_NODE_URL_L2 .env | cut -d '=' -f2)",
"coverage:generate-lcov": "forge coverage --fork-url $(grep ARCHIVE_NODE_URL_L2 .env | cut -d '=' -f2) --report lcov",
"check:upgradeability": "slither-check-upgradeability . Account --proxy-name AccountProxy",
"analysis:solsat": "solstat --path ./src",
"analysis:slither": "slither .",
"gas-snapshot": "forge snapshot --fork-url $(grep ARCHIVE_NODE_URL_L2 .env | cut -d '=' -f2)",
"view-storage-layout": "slither --print variable-order ."
},
"repository": {
"type": "git",
"url": "https://github.com/Kwenta/smart-margin"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {},
"dependencies": {}
}