uniswap-v2-loader 5.0.1 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +1 -0
- package/README.md +4 -5
- package/bin/uniswap-v2-loader +0 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
custom: ['https://etherscan.io/address/0x3Dad9EE0E5cE6933E9B1d6318354303cf0118255']
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# <picture><source media="(prefers-color-scheme: dark)" srcset="
|
|
1
|
+
# <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-dark.svg"><img alt="calp.pro icon" src="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-light.svg" height="32" align="absmiddle"></picture> uniswap-v2-loader
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
5
|
-
**Fast DeFi AMM pools loader.** Optimized for **Multi-core CPUs** with
|
|
5
|
+
**Fast DeFi AMM pools loader.** Optimized for **Multi-core CPUs** with smart **disk-cache**.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Uniswap V2 based protocols
|
|
8
8
|
| Protocol | Factory Address |
|
|
9
9
|
| :--- | :--- |
|
|
10
10
|
| **Uniswap V2** | `0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f` |
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| **Balancer V2** | `0xBA12222222228d8Ba445958a75a0704d566BF2C8` |
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## CLI
|
|
20
20
|
```bash
|
|
21
21
|
npm i -g uniswap-v2-loader
|
|
22
22
|
uniswap-v2-loader --help
|
|
@@ -28,7 +28,6 @@ Options:
|
|
|
28
28
|
--from
|
|
29
29
|
--to
|
|
30
30
|
--workers
|
|
31
|
-
--update_timeout
|
|
32
31
|
```
|
|
33
32
|
|
|
34
33
|
## API Reference
|
package/bin/uniswap-v2-loader
CHANGED