@pioneer-platform/osmosis-network 8.3.7 → 8.3.8
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 -3
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -44,8 +44,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
44
44
|
OSMO version of cosmoSDK
|
|
45
45
|
https://v1.cosmos.network/rpc/v0.41.4
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
https://github.com/osmosis-labs/osmosis-frontend/tree/master/src/stores/osmosis/query
|
|
47
|
+
https://github.com/osmosis-labs/osmosis-frontend/tree/master/src/stores/osmosis/query
|
|
49
48
|
|
|
50
49
|
endpoints
|
|
51
50
|
'/osmosis/gamm/v1beta1/num_pools'
|
|
@@ -564,7 +563,7 @@ var get_pool = function (pair) {
|
|
|
564
563
|
assets[0] = "uosmo";
|
|
565
564
|
if (assets[1] === 'OSMO')
|
|
566
565
|
assets[1] = "uosmo";
|
|
567
|
-
return [4 /*yield*/,
|
|
566
|
+
return [4 /*yield*/, get_pools()
|
|
568
567
|
// log.debug(tag,"poolInfo: ",poolInfo.data)
|
|
569
568
|
];
|
|
570
569
|
case 2:
|
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.8",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"ts-node": "^8.10.2",
|
|
19
19
|
"typescript": "^5.0.2"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "03098812c1c11abb9d60a080b54fa065fc6408db"
|
|
22
22
|
}
|