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.
@@ -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="./logo-dark.svg"><img alt="calp.pro icon" src="./logo-light.svg" height="32" align="absmiddle"></picture>&nbsp;&nbsp;&nbsp;uniswap-v2-loader
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>&nbsp;&nbsp;&nbsp;uniswap-v2-loader
2
2
 
3
3
  <br>
4
4
 
5
- **Fast DeFi AMM pools loader.** Optimized for **Multi-core CPUs** with **viem** multicall and smart **disk-cache**.
5
+ **Fast DeFi AMM pools loader.** Optimized for **Multi-core CPUs** with smart **disk-cache**.
6
6
 
7
- ### Popular Uniswap V2 based protocols
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
- ### CLI
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
@@ -19,7 +19,6 @@ const options = [
19
19
  'from',
20
20
  'to',
21
21
  'workers',
22
- 'update_timeout'
23
22
  ]
24
23
 
25
24
  const params = { progress }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniswap-v2-loader",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "Uniswap v2 protocol loader",
5
5
  "keywords": [
6
6
  "uniswap-v2",