-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 922 Bytes
/
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
{
"name": "zk-paymaster-dapi-vip",
"version": "1.0.0",
"main": "index.js",
"author": "Vansh Wassan, Modified by Billyjitsu",
"license": "MIT",
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.4.1",
"@matterlabs/hardhat-zksync-verify": "^0.2.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomicfoundation/hardhat-verify": "^1.0.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.9.2",
"ethers": "^5.7.2",
"hardhat": "^2.16.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"zksync-web3": "^0.14.3"
},
"dependencies": {
"@api3/contracts": "^0.9.1",
"dotenv": "^16.3.1"
},
"scripts": {
"compile": "hardhat compile",
"deploy": "hardhat deploy-zksync --script deploy-paymaster.ts",
"usePaymaster": "hardhat deploy-zksync --script use-paymaster.ts"
}
}