pancakeswap-dump 1.0.16 → 1.0.17
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/workflows/update.yml +3 -3
- package/README.md +2 -2
- package/package.json +1 -1
|
@@ -22,12 +22,12 @@ jobs:
|
|
|
22
22
|
|
|
23
23
|
steps:
|
|
24
24
|
- name: Checkout repository
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v6
|
|
26
26
|
|
|
27
27
|
- name: Setup Node.js
|
|
28
|
-
uses: actions/setup-node@
|
|
28
|
+
uses: actions/setup-node@v6
|
|
29
29
|
with:
|
|
30
|
-
node-version: '
|
|
30
|
+
node-version: '24'
|
|
31
31
|
registry-url: 'https://registry.npmjs.org'
|
|
32
32
|
|
|
33
33
|
- name: Update npm
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
5
5
|
Static set of addresses (PancakeSwap Ethereum mainnet).<br>
|
|
6
|
-
New pairs updates happen **every hour** at GitHub Action [update.yml](https://github.com/calp-pro/
|
|
6
|
+
New pairs updates happen **every hour** at GitHub Action [update.yml](https://github.com/calp-pro/pancakeswap-dump/actions/workflows/update.yml)<br>
|
|
7
7
|
via [uniswap-v2-loader](https://github.com/calp-pro/uniswap-v2-loader)
|
|
8
8
|
|
|
9
9
|
Data:
|
|
@@ -38,7 +38,7 @@ where:
|
|
|
38
38
|
## API
|
|
39
39
|
Same implementation as other Uniswap v2 based protocols.<br>
|
|
40
40
|
Base API reference: [uniswap-v2-loader](https://github.com/calp-pro/uniswap-v2-loader?tab=readme-ov-file#api-reference).<br>
|
|
41
|
-
Predefined `filename` with value `dump
|
|
41
|
+
Predefined `filename` with value `dump` & `csv: false`.
|
|
42
42
|
|
|
43
43
|
## Usage CLI/API:
|
|
44
44
|
```bash
|