-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.87 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "angle-multisig",
"version": "1.0.0",
"description": "",
"scripts": {
"script:fork": "forge script --fork-url fork --broadcast",
"fork:arbitrum": "source .env && anvil --fork-url $ETH_NODE_URI_ARBITRUM",
"fork:avalanche": "source .env && anvil --fork-url $ETH_NODE_URI_AVALANCHE",
"fork:ethereum": "source .env && anvil --fork-url $ETH_NODE_URI_MAINNET",
"fork:optimism": "source .env && anvil --fork-url $ETH_NODE_URI_OPTIMISM",
"fork:polygon": "source .env && anvil --fork-url $ETH_NODE_URI_POLYGON",
"submit:foundry": "hardhat run ./scripts/submitFoundryTx.ts",
"test": "forge test -vvvv"
},
"devDependencies": {
"@angleprotocol/sdk": "3.0.60",
"@metamask/detect-provider": "1.2.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-solhint": "2.0.0",
"@nomiclabs/hardhat-truffle5": "2.0.0",
"@nomiclabs/hardhat-vyper": "^2.0.1",
"@nomiclabs/hardhat-web3": "2.0.0",
"@typechain/ethers-v5": "8.0.5",
"@typechain/hardhat": "3.0.0",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.1",
"@types/yargs": "17.0.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"dotenv": "^10.0.0",
"eth-typed-data": "^0.1.0-beta.0",
"ethereumjs-util": "^7.1.0",
"ethers": "5.5.1",
"hardhat": "2.6.8",
"hardhat-abi-exporter": "2.2.1",
"hardhat-contract-sizer": "2.0.3",
"hardhat-deploy": "0.9.6",
"hardhat-docgen": "1.1.1",
"hardhat-gas-reporter": "1.0.4",
"hardhat-spdx-license-identifier": "2.0.3",
"is-valid-signature": "^0.1.4",
"solidity-coverage": "0.7.16",
"ts-node": "^10.4.0",
"typescript": "^4.3.5",
"web3": "^1.6.0",
"yargs": "^17.2.1"
},
"dependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}