@xchainjs/xchain-thorchain-query 2.0.2 → 2.0.3
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/lib/index.esm.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +7 -7
package/lib/index.esm.js
CHANGED
|
@@ -546,7 +546,7 @@ class Thornode {
|
|
|
546
546
|
return pools.data;
|
|
547
547
|
}
|
|
548
548
|
catch (e) {
|
|
549
|
-
|
|
549
|
+
console.error(e);
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
throw new Error(`THORNode not responding`);
|
|
@@ -756,7 +756,7 @@ class Thornode {
|
|
|
756
756
|
return resp;
|
|
757
757
|
}
|
|
758
758
|
catch (e) {
|
|
759
|
-
|
|
759
|
+
console.error(e);
|
|
760
760
|
}
|
|
761
761
|
}
|
|
762
762
|
throw new Error(`THORNode not responding`);
|
package/lib/index.js
CHANGED
|
@@ -553,7 +553,7 @@ class Thornode {
|
|
|
553
553
|
return pools.data;
|
|
554
554
|
}
|
|
555
555
|
catch (e) {
|
|
556
|
-
|
|
556
|
+
console.error(e);
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
throw new Error(`THORNode not responding`);
|
|
@@ -763,7 +763,7 @@ class Thornode {
|
|
|
763
763
|
return resp;
|
|
764
764
|
}
|
|
765
765
|
catch (e) {
|
|
766
|
-
|
|
766
|
+
console.error(e);
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
769
|
throw new Error(`THORNode not responding`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-thorchain-query",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Thorchain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain ",
|
|
6
6
|
"keywords": [
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"postversion": "git push --follow-tags"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@xchainjs/xchain-client": "2.0.
|
|
37
|
-
"@xchainjs/xchain-midgard-query": "2.0.
|
|
38
|
-
"@xchainjs/xchain-thornode": "1.0.
|
|
39
|
-
"@xchainjs/xchain-util": "2.0.
|
|
36
|
+
"@xchainjs/xchain-client": "2.0.2",
|
|
37
|
+
"@xchainjs/xchain-midgard-query": "2.0.2",
|
|
38
|
+
"@xchainjs/xchain-thornode": "1.0.2",
|
|
39
|
+
"@xchainjs/xchain-util": "2.0.1",
|
|
40
40
|
"axios": "1.8.4",
|
|
41
41
|
"axios-retry": "3.2.5",
|
|
42
|
-
"bignumber.js": "9.0.0"
|
|
42
|
+
"bignumber.js": "^9.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"axios-mock-adapter": "1.
|
|
45
|
+
"axios-mock-adapter": "2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public",
|