-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
61 lines (61 loc) · 2.32 KB
/
package-lock.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
59
60
61
{
"name": "ArbitrageBot",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@balancer-labs/v2-interfaces": "^0.4.0",
"@openzeppelin/contracts": "^5.0.2",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0"
}
},
"node_modules/@balancer-labs/v2-interfaces": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@balancer-labs/v2-interfaces/-/v2-interfaces-0.4.0.tgz",
"integrity": "sha512-K0ij26m8/UOvdPmrAnuh/C7kT8OQupsgV8KRyIt+aTHW1KbPOi4v8zLMwW2AwSYMSRjPK2A/ttlnNizT0iA4Qg=="
},
"node_modules/@openzeppelin/contracts": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.0.2.tgz",
"integrity": "sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA=="
},
"node_modules/@uniswap/lib": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@uniswap/lib/-/lib-1.1.1.tgz",
"integrity": "sha512-2yK7sLpKIT91TiS5sewHtOa7YuM8IuBXVl4GZv2jZFys4D2sY7K5vZh6MqD25TPA95Od+0YzCVq6cTF2IKrOmg==",
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v2-core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@uniswap/v2-core/-/v2-core-1.0.1.tgz",
"integrity": "sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==",
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v2-periphery": {
"version": "1.1.0-beta.0",
"resolved": "https://registry.npmjs.org/@uniswap/v2-periphery/-/v2-periphery-1.1.0-beta.0.tgz",
"integrity": "sha512-6dkwAMKza8nzqYiXEr2D86dgW3TTavUvCR0w2Tu33bAbM8Ah43LKAzH7oKKPRT5VJQaMi1jtkGs1E8JPor1n5g==",
"dependencies": {
"@uniswap/lib": "1.1.1",
"@uniswap/v2-core": "1.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@uniswap/v2-periphery/node_modules/@uniswap/v2-core": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@uniswap/v2-core/-/v2-core-1.0.0.tgz",
"integrity": "sha512-BJiXrBGnN8mti7saW49MXwxDBRFiWemGetE58q8zgfnPPzQKq55ADltEILqOt6VFZ22kVeVKbF8gVd8aY3l7pA==",
"engines": {
"node": ">=10"
}
}
}
}