forked from Uniswap/deploy-v3
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 2.07 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
{
"name": "era-uniswap-deploy-v3",
"version": "1.0.4",
"description": "Deploy Uniswap V3 smart contracts on zkSync Era",
"publishConfig": {
"access": "restricted"
},
"scripts": {
"test": "mocha",
"start": "yarn hardhat deploy-v3"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uniswap-zksync/era-uniswap-deploy-v3.git"
},
"author": {
"email": "hello@gfxlabs.io",
"name": "GFX Labs",
"url": "https://gfx.xyz"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/uniswap-zksync/era-uniswap-deploy-v3/issues"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/constants": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@ethersproject/wallet": "^5.5.0",
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.3.17",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.3",
"@uniswap/sdk-core": "^1.0.8",
"@uniswap/swap-router-contracts": "https://github.com/uniswap-zksync/era-uniswap-swap-router-contracts.git#v1.1.0-zksync-era",
"@uniswap/v3-core": "https://github.com/uniswap-zksync/era-uniswap-v3-core.git#v1.0.0-zksync-era",
"@uniswap/v3-periphery": "https://github.com/uniswap-zksync/era-uniswap-v3-periphery.git#v1.1.1-zksync-era",
"@uniswap/v3-staker": "https://github.com/uniswap-zksync/era-uniswap-v3-staker.git#v1.0.2-zksync-era",
"chai": "^4.2.0",
"era-openzeppelin-contracts": "https://github.com/uniswap-zksync/era-openzeppelin-contracts.git#v3.4.1-solc-0.7-2-zksync-era",
"ethers": "^5.7.0",
"hardhat": "^2.14.0",
"immer": "^7.0.8",
"mocha": "^8.1.3",
"prettier": "^2.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"v3-periphery-1_3_0": "https://github.com/uniswap-zksync/era-uniswap-v3-periphery.git#v1.3.0-zksync-era",
"zksync-web3": "^0.14.3"
}
}