forked from AelinXYZ/aelin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 5.37 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "aelin",
"version": "1.0.0",
"description": "A protocol for fundraising",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"test:unit": "hardhat test ./test/unit/*.test.ts",
"test:integ": "hardhat test ./test/integration/*.test.ts",
"compile": "hardhat compile",
"build": "waffle",
"coverage": "hardhat coverage",
"coverage:unit": "hardhat coverage --testfiles 'test/unit/*.ts'",
"format": "prettier --write \"contracts/**/*.sol\" \"**/*.js\" \"**/*.md\" \"**/*.yml\" \"**/*.json\"",
"lint": "solhint \"contracts/*.sol\" && solhint \"contracts/test-helpers/*.sol\" && solhint --config contracts/interfaces/.solhint.json \"contracts/interfaces/*.sol\" && eslint \"**/*.js\"",
"clean": "hardhat clean",
"lint:sarif": "node lint.js . --ext js,ts,tsx",
"preinstall": "npx npm-force-resolutions",
"optimism-bridge-test-direct-relay": "hardhat run scripts/optimism-bridge-test-direct-relay.js --network optimism",
"optimism-bridge-set-contract-data": "hardhat run scripts/optimism-bridge-set-contract-data.js --network optimism",
"collect-staker-data": "node scripts/helpers/collect-staker-data.js",
"calculate-aelin-pool-distribution": "node scripts/helpers/calculate-aelin-pool-distribution.js",
"combine-pool-retro-missing": "node scripts/helpers/combine-pool-retro-missing.js",
"final-snx-missing-wallets": "node scripts/helpers/final-snx-missing-wallets.js",
"final-snx-missing-wallets-amounts": "node scripts/helpers/final-snx-missing-wallets-amounts.js",
"deploy-owner-relay-on-ethereum": "hardhat run scripts/deploy-owner-relay-on-ethereum.js --network mainnet",
"deploy-owner-relay-on-optimism": "hardhat run scripts/deploy-owner-relay-on-optimism.js --network optimism",
"deploy-optimism-treasury": "hardhat run scripts/deploy-optimism-treasury.js --network optimism",
"deploy-virtual-aelin:kovan": "hardhat run scripts/deploy-virtual-aelin.js --network kovan",
"deploy-virtual-aelin:optimism": "hardhat run scripts/deploy-virtual-aelin.js --network optimism",
"deploy-vaelin-converter:kovan": "hardhat run scripts/deploy-vaelin-converter.js --network kovan",
"deploy-vaelin-converter:optimism": "hardhat run scripts/deploy-vaelin-converter.js --network optimism",
"deploy-merkle-distributor:optimism": "hardhat run scripts/deploy-merkle-distributor.js --network optimism",
"deploy-merkle-distributor:kovan": "hardhat run scripts/deploy-merkle-distributor.js --network kovan",
"deploy-aelin-token:optimism": "hardhat run scripts/deploy-aelin-token.js --network optimism",
"deploy-aelin-token:kovan": "hardhat run scripts/deploy-aelin-token.js --network kovan",
"deploy-deal:mainnet": "hardhat run scripts/deploy-deal.js --network mainnet",
"deploy-deal:optimism": "hardhat run scripts/deploy-deal.js --network optimism",
"deploy-deal:kovan": "hardhat run scripts/deploy-deal.js --network kovan",
"deploy-deal:goerli": "hardhat run scripts/deploy-deal.js --network goerli",
"deploy-deal:mainnet-fork": "hardhat run scripts/deploy-deal.js",
"deploy-pool:optimism": "hardhat run scripts/deploy-pool.js --network optimism",
"deploy-pool:mainnet": "hardhat run scripts/deploy-pool.js --network mainnet",
"deploy-pool:kovan": "hardhat run scripts/deploy-pool.js --network kovan",
"deploy-pool:goerli": "hardhat run scripts/deploy-pool.js --network goerli",
"deploy-pool:mainnet-fork": "hardhat run scripts/deploy-pool.js",
"deploy-pool-factory:optimism": "hardhat run scripts/deploy-pool-factory.js --network optimism",
"deploy-pool-factory:mainnet": "hardhat run scripts/deploy-pool-factory.js --network mainnet",
"deploy-pool-factory:kovan": "hardhat run scripts/deploy-pool-factory.js --network kovan",
"deploy-pool-factory:goerli": "hardhat run scripts/deploy-pool-factory.js --network goerli",
"deploy-pool-factory:mainnet-fork": "hardhat run scripts/deploy-pool-factory.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samhagan/aelin.git"
},
"author": "Aelin",
"license": "ISC",
"bugs": {
"url": "https://github.com/samhagan/aelin/issues"
},
"homepage": "https://github.com/samhagan/aelin#readme",
"resolutions": {
"minimist": "1.2.6"
},
"devDependencies": {
"@eth-optimism/contracts": "0.3.4",
"@ethersproject/address": "5.0.4",
"@microsoft/eslint-formatter-sarif": "2.1.7",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "3.0.1",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/legacy-contracts": "npm:@openzeppelin/[email protected]",
"@synthetixio/optimism-networks": "2.56.3",
"@typechain/ethers-v5": "7.0.1",
"@typechain/hardhat": "2.3.0",
"@types/chai": "4.2.21",
"@types/mocha": "9.0.0",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"chai": "4.3.4",
"dotenv": "16.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"ethereum-waffle": "3.4.4",
"ethers": "5.4.5",
"fast-csv": "4.3.6",
"ganache-time-traveler": "1.0.16",
"graphql-request": "3.7.0",
"hardhat": "2.6.4",
"hardhat-gas-reporter": "1.0.4",
"hardhat-interact": "0.2.0",
"keccak256": "1.0.3",
"lodash": "4.17.21",
"merkletreejs": "0.2.23",
"mocha": "7.2.0",
"openzeppelin-solidity-2.3.0": "npm:[email protected]",
"prettier": "2.3.2",
"prettier-plugin-solidity": "1.0.0-beta.19",
"solidity-coverage": "^0.7.0",
"ts-node": "10.2.1",
"typechain": "5.1.2",
"typescript": "4.3.5"
}
}