uniswap-v2-loader 6.0.0 → 6.0.1
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/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,13 +96,13 @@ Methods:
|
|
|
96
96
|
* Type: `function`
|
|
97
97
|
* Default: `undefined`
|
|
98
98
|
- `abort_signal`
|
|
99
|
-
* Signal to cancel loading and release workers.
|
|
100
|
-
* Type: `AbortSignal`
|
|
101
|
-
* Default: `undefined`
|
|
99
|
+
* Signal to cancel loading and release workers.
|
|
100
|
+
* Type: [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal)
|
|
101
|
+
* Default: `undefined`
|
|
102
102
|
- `update_timeout`
|
|
103
|
-
* Polling interval in milliseconds. Used only in `subscribe`
|
|
104
|
-
* Type: `number`
|
|
105
|
-
* Default: `5000`
|
|
103
|
+
* Polling interval in milliseconds. Used only in `subscribe`
|
|
104
|
+
* Type: `number`
|
|
105
|
+
* Default: `5000`
|
|
106
106
|
|
|
107
107
|
### Schema `Pair`
|
|
108
108
|
Standardized liquidity pool object.
|