sushiswap-dump 1.0.11 → 1.0.13

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.
@@ -30,9 +30,6 @@ jobs:
30
30
  node-version: '24'
31
31
  registry-url: 'https://registry.npmjs.org'
32
32
 
33
- - name: Update npm
34
- run: npm install -g npm@latest
35
-
36
33
  - name: Install dependencies
37
34
  run: npm install
38
35
 
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": "sushiswap-dump",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "Static set of addresses (SushiSwap Ethereum mainnet)",
5
5
  "keywords": [
6
6
  "SushiSwap",
@@ -22,7 +22,7 @@
22
22
  "start": "node -e \"require('./index.js').load({workers: 0})\""
23
23
  },
24
24
  "dependencies": {
25
- "uniswap-v2-loader": "^6.1.3"
25
+ "uniswap-v2-loader": "6.1.*"
26
26
  },
27
27
  "publishConfig": {
28
28
  "provenance": true