uniswap-v2-loader 5.0.22 → 5.0.23

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,7 +106,8 @@ load({
106
106
  to: 100,
107
107
  progress: (i, total, pair) =>
108
108
  console.log(pair.token0, pair.token1)
109
- }).then(pairs => {
109
+ })
110
+ .then(pairs => {
110
111
  console.timeEnd('SushiSwap')
111
112
  console.log(pairs.length, 'pairs')
112
113
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniswap-v2-loader",
3
- "version": "5.0.22",
3
+ "version": "5.0.23",
4
4
  "description": "Uniswap v2 protocol loader",
5
5
  "keywords": [
6
6
  "uniswap-v2",