-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 962 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 962 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
{
"name": "tutorial-protocol-composability",
"licence": "ISC",
"scripts": {
"clean": "forge clean",
"build": "forge build",
"test": "forge test -vvv",
"test:coverage": "forge coverage",
"bridge": "forge script BrindgeEth --chain $(SEPOLIA_CHAIN) --rpc-url $(SEPOLIA_RPC_URL) --broadcast -vvvv --gas-price 1000000000000000000 --gas-limit 1000000000000000000"
},
"devDependencies": {
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.0.5"
},
"dependencies": {
"@layerzerolabs/lz-evm-messagelib-v2": "3.0.36",
"@layerzerolabs/lz-evm-oapp-v2": "3.0.36",
"@layerzerolabs/toolbox-foundry": "^0.1.10",
"@openzeppelin/contracts": "^4.9.6",
"@stargatefinance/stg-evm-v2": "1.3.1",
"aave-v3": "github:aave-dao/aave-v3-origin#v3.2.0"
}
}