@rosen-bridge/abstract-extractor 2.0.1 → 2.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @rosen-bridge/abstract-extractor
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Update network clients and ethers and rateLimitedAxios packages
8
+
3
9
  ## 2.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosen-bridge/abstract-extractor",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Rosen Bridge extractor interfaces to work with scanner",
5
5
  "repository": "",
6
6
  "license": "GPL-3.0",
@@ -39,8 +39,8 @@
39
39
  "@rosen-bridge/abstract-logger": "^2.0.1",
40
40
  "@rosen-bridge/json-bigint": "^0.1.0",
41
41
  "@rosen-bridge/scanner-interfaces": "^0.1.0",
42
- "@rosen-clients/ergo-explorer": "^1.1.4",
43
- "@rosen-clients/ergo-node": "^1.2.2",
42
+ "@rosen-clients/ergo-explorer": "^1.1.5",
43
+ "@rosen-clients/ergo-node": "^1.2.3",
44
44
  "lodash-es": "^4.17.21",
45
45
  "typeorm": "^0.3.20",
46
46
  "uuid": "^9.0.0"
@@ -1,6 +1,5 @@
1
- import { beforeAll, describe, expect, it, vi, vitest } from 'vitest';
1
+ import { describe, expect, it, vi, vitest } from 'vitest';
2
2
  import { ErgoNetworkType } from '@rosen-bridge/scanner-interfaces';
3
- import axios from '@rosen-bridge/rate-limited-axios';
4
3
 
5
4
  import {
6
5
  NodeNetwork,
@@ -14,13 +13,6 @@ import { RETRIAL_COUNT } from '../../lib/constants';
14
13
  import { AbstractInitializableErgoExtractorAction } from '../../lib/ergo/initializable';
15
14
 
16
15
  describe('AbstractInitializableErgoExtractor', () => {
17
- beforeAll(() => {
18
- axios.initConfigs({
19
- apiLimitRateRangeAsSeconds: 10,
20
- apiLimitRules: [],
21
- });
22
- });
23
-
24
16
  describe('getTotalTxCount', () => {
25
17
  /**
26
18
  * @target getTotalTxCount should return the total tx count