-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 3.12 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 3.12 KB
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
{
"name": "@intercoin/sales",
"version": "1.2.4",
"description": "",
"main": "index.js",
"scripts": {
"addPresale1": "set argPath=./helpers/presale1.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js",
"addPresale1:bsc": "set argPath=./helpers/presale1.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network bsc",
"addPresale2:bsc": "set argPath=./helpers/presale2.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network bsc",
"addPresale1:polygon": "set argPath=./helpers/presale1.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network polygon",
"addPresale2:polygon": "set argPath=./helpers/presale2.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network polygon",
"addPresale1:base": "set argPath=./helpers/presale1.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network base",
"addPresale2:base": "set argPath=./helpers/presale2.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network base",
"addPresale1:optimisticEthereum": "set argPath=./helpers/presale1.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network optimisticEthereum",
"addPresale2:optimisticEthereum": "set argPath=./helpers/presale2.js && set SalesFactoryAddress=0x08010100d9d250947417b9de5b6622fa1dcb64b8 && npx hardhat run ./scripts/produce.js --network optimisticEthereum",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",
"!/contracts/bak/**/*.sol",
"!/contracts/mocks/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Intercoin/SalesContract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Intercoin/SalesContract/issues"
},
"homepage": "https://github.com/Intercoin/SalesContract#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^6.0.1",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"dotenv": "^16.4.5",
"hardhat-contract-sizer": "^2.10.0",
"solidity-coverage": "^0.8.12"
},
"overrides": {
"micro-eth-signer": "0.14.0"
},
"dependencies": {
"@intercoin/community": "^1.2.0",
"@intercoin/liquidity": "^1.0.0",
"@intercoin/minimums": "^0.0.1-beta",
"@intercoin/releasemanager": "^2.2.0",
"@intercoin/trustedforwarder": "^1.0.1",
"@intercoin/whitelist": "^1.0.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@openzeppelin/test-helpers": "^0.5.16",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"abdk-libraries-solidity": "^3.2.0"
}
}