-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.58 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
{
"name": "poolinarbitrage",
"version": "1.0.0",
"description": "在v2版本,实现了uniswap协议和三大交易所的价格抓取。 但是在要引入balancer的时候遇到了问题。balancer可以有无数多的池,并且允许同样的交易对存在。之前的设计无法兼容。 现在重新修改quote表,引入协议信息,代码上根据不同的协议做不同的事情。下面列举已经支持的3个协议区别。",
"main": "index.js",
"dependencies": {
"@uniswap/lib": "^1.1.4",
"@uniswap/sdk": "^3.0.3",
"@uniswap/v2-core": "^1.0.1",
"axios": "^0.21.0",
"bignumber.js": "^9.0.0",
"commander": "^6.2.1",
"dayjs": "^1.9.7",
"decimal.js": "^10.2.1",
"dotenv": "^8.2.0",
"ethereum-input-data-decoder": "^0.3.1",
"lodash": "^4.17.20",
"lodash.js": "^0.0.1-security",
"mysql2": "^2.2.5",
"node-binance-api": "^0.12.4",
"sequelize": "^6.3.5",
"socket.io": "^2.3.0",
"truffle-privatekey-provider": "^1.5.0",
"uuid": "^8.3.2",
"web3": "^1.3.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@truffle/hdwallet-provider": "^1.1.0",
"dotenv": "^8.2.0",
"truffle": "^5.1.45"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/wwaayyaa/PoolinArbitrage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/wwaayyaa/PoolinArbitrage/issues"
},
"homepage": "/~https://github.com/wwaayyaa/PoolinArbitrage#readme"
}