-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
29 lines (29 loc) · 1.02 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": "metis-mining",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"deploy": "hardhat run scripts/deploy.js --network metis",
"deploy-rinkeby": "hardhat run scripts/test-rinkeby-deploy.js --network rinkeby",
"setting": "hardhat run scripts/settings.js --network metis",
"setting-rinkeby": "hardhat run scripts/rinkeby-setting.js --network rinkeby",
"invite": "npx hardhat run ./scripts/add-invited-users.js --network metis",
"launch": "hardhat run scripts/deploy.js --network mainnet",
"launch-setting": "hardhat run scripts/settings.js --network mainnet"
},
"license": "MIT",
"devDependencies": {
"@metis.io/hardhat-mvm": "^0.2.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.3.1",
"hardhat": "^2.6.6"
}
}