@pioneer-platform/osmosis-network 8.3.1 → 8.3.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/lib/index.js +2 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -797,8 +797,8 @@ var get_account_info = function (address) {
|
|
|
797
797
|
case 1:
|
|
798
798
|
_a.trys.push([1, 3, , 4]);
|
|
799
799
|
//
|
|
800
|
-
console.log("URL ", URL_OSMO_LCD + '/auth/accounts/' + address);
|
|
801
|
-
return [4 /*yield*/, axios({ method: 'GET', url: URL_OSMO_LCD + '/auth/accounts/' + address })];
|
|
800
|
+
console.log("URL ", URL_OSMO_LCD + 'cosmos/auth/v1beta1/accounts/' + address);
|
|
801
|
+
return [4 /*yield*/, axios({ method: 'GET', url: URL_OSMO_LCD + '/cosmos/auth/v1beta1/accounts/' + address })];
|
|
802
802
|
case 2:
|
|
803
803
|
txInfo = _a.sent();
|
|
804
804
|
log.debug(tag, "txInfo: ", txInfo.data);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/osmosis-network",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"ts-node": "^8.10.2",
|
|
29
29
|
"typescript": "^5.0.2"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "e19b0a9599b788ebf0c93d20290da1755b19ffa3"
|
|
32
32
|
}
|