-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"name": "optimism-tutorial",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"scripts": "npx hardhat run "
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "4.3.4",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.24",
"hardhat": "^2.9.3",
"hardhat-deploy": "^0.7.0-beta.49",
"mocha": "^8.2.1"
},
"dependencies": {
"@chainlink/contracts": "0.4",
"@nomiclabs/buidler": "^1.4.8",
"@openzeppelin/contracts": "3.1.0-solc-0.7",
"@openzeppelin/contracts-upgradeable": "3.4.2-solc-0.7",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"axios": "^0.27.2",
"base58-js": "1.0.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"ecdsa": "^0.7.0",
"ecdsa-secp256r1": "^1.3.3",
"eth-crypto": "^2.3.0",
"ethereum-private-key-to-address": "^0.0.7",
"ethereum-private-key-to-public-key": "^0.0.5",
"ethereum-public-key-to-address": "^0.0.5",
"log4js": "^6.5.2",
"solidity-bytes-utils": "^0.8.0",
"web3": "^1.0.0"
}
}