pancakeswap-dump 1.0.16 → 1.0.18

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.
@@ -22,12 +22,12 @@ jobs:
22
22
 
23
23
  steps:
24
24
  - name: Checkout repository
25
- uses: actions/checkout@v4
25
+ uses: actions/checkout@v6
26
26
 
27
27
  - name: Setup Node.js
28
- uses: actions/setup-node@v4
28
+ uses: actions/setup-node@v6
29
29
  with:
30
- node-version: '22'
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/uniswap-v2-dump/actions/workflows/update.yml)<br>
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.csv`.
41
+ Predefined `filename` with value `dump` & `csv: false`.
42
42
 
43
43
  ## Usage CLI/API:
44
44
  ```bash
package/dump_p2tt.bin CHANGED
Binary file
package/dump_pairs.bin CHANGED
Binary file
package/dump_tokens.bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pancakeswap-dump",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Static set of addresses (PancakeSwap Ethereum mainnet)",
5
5
  "keywords": [
6
6
  "PancakeSwap",