-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 2.17 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
{
"name": "MEUNA",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "hardhat test --logs",
"test0": "hardhat test --logs --verbose --show-stack-traces",
"compile": "hardhat compile",
"compile5": "hardhat compile --config hardhat.config.5.js",
"compile6": "hardhat compile --config hardhat.config.6.js",
"deploy:test": "hardhat run scripts/sample-scripts.js --network testnet",
"deploy:test:asset": "hardhat run scripts/deploy-asset-addsetter.js --network testnet",
"deploy:opbnbtest": "hardhat run scripts/sample-scripts.js --network opbnbtestnet",
"deploy:opbnbtest:asset": "hardhat run scripts/deploy-asset-addsetter.js --network opbnbtestnet",
"deploy:opbnbtest:addli": "hardhat run scripts/deploy-add-liquid.js --network opbnbtestnet"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.9.0",
"@openzeppelin/hardhat-upgrades": "^1.27.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@pythnetwork/pyth-evm-js": "^1.1.0",
"@pythnetwork/pyth-sdk-solidity": "^2.2.0",
"@rari-capital/solmate": "^6.4.0",
"@truffle/hdwallet-provider": "^1.0.17",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "^1.0.1",
"boring-solidity": "^1.3.1",
"dotenv": "^16.0.3",
"truffle": "^5.1.41",
"truffle-contract": "^4.0.31",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"truffle-plugin-verify": "^0.4.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@truffle/hdwallet-provider": "^1.4.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"hardhat": "^2.2.1",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^1.0.0-alpha.5"
}
}