-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.52 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
{
"name": "deth",
"version": "2.0.0",
"description": "derived ether",
"main": "hardhat.config.js",
"dependencies": {
"@balancer-labs/v2-solidity-utils": "^2.0.0",
"@openzeppelin/contracts": "^4.4.0",
"csv-writer": "^1.6.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-truffle5": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@tenderly/hardhat-tenderly": "^1.0.13",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"ganache-cli": "^6.12.2",
"hardhat": "^2.7.1",
"truffle": "^5.3.8",
"web3": "^1.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-toast/deth.git"
},
"author": "Team Toast",
"bugs": {
"url": "https://github.com/team-toast/deth/issues"
},
"homepage": "https://github.com/team-toast/deth#readme",
"scripts": {
"start": "concurrently \"npx hardhat node --fork https://arb-mainnet.g.alchemy.com/v2/3VktAs9-jOfFCrGAiD-dKd4KzggT13rf --fork-block-number 3843242\"",
"npmCD": "\"cd ./smart-contracts/levr-sale/\"",
"npmPWD": "\"pwd\"",
"test": "concurrently \"npx hardhat test --network localhost\""
},
"config": {
"ganache": {
"networkId": 3431,
"gasPrice": 25000000000,
"gasLimit": 6500000
}
}
}