forked from marczeller/aave-proposals
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.28 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.28 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
{
"name": "aave-v3-cross-chain-listing-template",
"version": "1.0.0",
"scripts": {
"lint": "prettier ./",
"lint:fix": "npm run lint -- --write",
"simulate:mainnet": "env-cmd aave-tenderly-cli --networkId 1 --keepAlive --artifactPath",
"simulate:optimism": "env-cmd aave-tenderly-cli --networkId 10 --keepAlive --artifactPath",
"simulate:polygon": "env-cmd aave-tenderly-cli --networkId 137 --keepAlive --artifactPath",
"simulate:arbitrum": "env-cmd aave-tenderly-cli --networkId 42161 --keepAlive --artifactPath",
"simulate:avalanche": "env-cmd aave-tenderly-cli --networkId 43114 --keepAlive --artifactPath",
"simulate:fantom": "env-cmd aave-tenderly-cli --networkId 250 --keepAlive --artifactPath"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/aave-v3-crosschain-listing-template"
},
"keywords": [],
"author": "BGD labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgd-labs/aave-v3-crosschain-listing-template/issues"
},
"homepage": "https://github.com/bgd-labs/aave-v3-crosschain-listing-template#readme",
"devDependencies": {
"@bgd-labs/aave-tenderly-cli": "^0.0.13",
"env-cmd": "^10.1.0",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {}
}