-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1.4 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
{
"name": "rel",
"version": "1.0.0",
"description": "Relevant Token",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"upgrade:local": "hardhat run ./scripts/deployLocal.js --network local",
"deploy:local": "hardhat --network localhost deploy",
"cover": "hardhat coverage --testfiles ./test/RelevantV3.js",
"local": "hardhat node",
"fork:proxyOwner": "INFURA_API_KEY=$(grep INFURA_API_KEY .env | cut -d '=' -f2) bash ./scripts/fork.sh --tags Proxy",
"fork": "INFURA_API_KEY=$(grep INFURA_API_KEY .env | cut -d '=' -f2) bash ./scripts/fork.sh --tags Rel,sRel --no-reset",
"fork:full": "INFURA_API_KEY=$(grep INFURA_API_KEY .env | cut -d '=' -f2) bash ./scripts/fork.sh",
"fastforward": "hardhat run ./scripts/fastForward.js"
},
"author": "Relevant",
"license": "ISC",
"dependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.10",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "4.3.3",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@openzeppelin/upgrades": "^2.5.3",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.5",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"solidity-coverage": "^0.7.16"
}
}