-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 1.1 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
{
"name": "skale-pow-deployment",
"version": "2.0.0",
"author": "TheGreatAxios <[email protected]>",
"scripts": {
"deploy:calypso": "npx hardhat deploy --network calypso-mainnet",
"deploy:europa": "npx hardhat deploy --network europa-mainnet",
"deploy:nebula": "npx hardhat deploy --network nebula-mainnet",
"deploy:titan": "npx hardhat deploy --network titan-mainnet",
"deploy:calypso:testnet": "npx hardhat deploy --network calypso-testnet",
"deploy:europa:testnet": "npx hardhat deploy --network europa-testnet",
"deploy:nebula:testnet": "npx hardhat deploy --network nebula-testnet",
"deploy:titan:testnet": "npx hardhat deploy --network titan-testnet"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.9.5",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"hardhat": "^2.11.2",
"hardhat-deploy": "^0.11.19",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"mocha": "^10.0.0"
},
"dependencies": {
"dotenv": "^16.0.3"
}
}