juno-network 0.15.0 → 0.15.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.
Files changed (66) hide show
  1. package/README.md +1 -1
  2. package/main/codegen/cosmos/lcd.js +1 -1
  3. package/main/codegen/cosmwasm/lcd.js +1 -1
  4. package/main/codegen/gaia/lcd.js +1 -1
  5. package/main/codegen/helpers.js +1 -1
  6. package/main/codegen/ibc/lcd.js +1 -1
  7. package/main/codegen/juno/lcd.js +1 -1
  8. package/main/codegen/osmosis/lcd.js +1 -1
  9. package/main/codegen/router/lcd.js +1 -1
  10. package/module/codegen/cosmos/lcd.js +1 -1
  11. package/module/codegen/cosmwasm/lcd.js +1 -1
  12. package/module/codegen/gaia/lcd.js +1 -1
  13. package/module/codegen/helpers.js +1 -1
  14. package/module/codegen/ibc/lcd.js +1 -1
  15. package/module/codegen/index.js +1 -1
  16. package/module/codegen/juno/lcd.js +1 -1
  17. package/module/codegen/osmosis/lcd.js +1 -1
  18. package/module/codegen/router/lcd.js +1 -1
  19. package/package.json +4 -4
  20. package/src/codegen/cosmos/authz/v1beta1/query.lcd.ts +1 -1
  21. package/src/codegen/cosmos/bank/v1beta1/query.lcd.ts +1 -1
  22. package/src/codegen/cosmos/distribution/v1beta1/query.lcd.ts +1 -1
  23. package/src/codegen/cosmos/gov/v1/query.lcd.ts +1 -1
  24. package/src/codegen/cosmos/gov/v1beta1/query.lcd.ts +1 -1
  25. package/src/codegen/cosmos/lcd.ts +1 -1
  26. package/src/codegen/cosmos/staking/v1beta1/query.lcd.ts +1 -1
  27. package/src/codegen/cosmos/tx/v1beta1/service.lcd.ts +1 -1
  28. package/src/codegen/cosmos/upgrade/v1beta1/query.lcd.ts +1 -1
  29. package/src/codegen/cosmwasm/lcd.ts +1 -1
  30. package/src/codegen/cosmwasm/wasm/v1/query.lcd.ts +1 -1
  31. package/src/codegen/gaia/globalfee/v1beta1/query.lcd.ts +1 -1
  32. package/src/codegen/gaia/lcd.ts +1 -1
  33. package/src/codegen/helpers.ts +17 -17
  34. package/src/codegen/ibc/applications/transfer/v1/query.lcd.ts +1 -1
  35. package/src/codegen/ibc/core/channel/v1/query.lcd.ts +1 -1
  36. package/src/codegen/ibc/core/client/v1/query.lcd.ts +1 -1
  37. package/src/codegen/ibc/core/connection/v1/query.lcd.ts +1 -1
  38. package/src/codegen/ibc/lcd.ts +1 -1
  39. package/src/codegen/index.ts +2 -2
  40. package/src/codegen/juno/feeshare/v1/query.lcd.ts +1 -1
  41. package/src/codegen/juno/lcd.ts +1 -1
  42. package/src/codegen/juno/mint/query.lcd.ts +1 -1
  43. package/src/codegen/osmosis/lcd.ts +1 -1
  44. package/src/codegen/osmosis/tokenfactory/v1beta1/query.lcd.ts +1 -1
  45. package/src/codegen/router/lcd.ts +1 -1
  46. package/src/codegen/router/v1/query.lcd.ts +1 -1
  47. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +1 -1
  48. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +1 -1
  49. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +1 -1
  50. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +1 -1
  51. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +1 -1
  52. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +1 -1
  53. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +1 -1
  54. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +1 -1
  55. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +1 -1
  56. package/types/codegen/gaia/globalfee/v1beta1/query.lcd.d.ts +1 -1
  57. package/types/codegen/helpers.d.ts +1 -1
  58. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +1 -1
  59. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +1 -1
  60. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +1 -1
  61. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +1 -1
  62. package/types/codegen/index.d.ts +1 -1
  63. package/types/codegen/juno/feeshare/v1/query.lcd.d.ts +1 -1
  64. package/types/codegen/juno/mint/query.lcd.d.ts +1 -1
  65. package/types/codegen/osmosis/tokenfactory/v1beta1/query.lcd.d.ts +1 -1
  66. package/types/codegen/router/v1/query.lcd.d.ts +1 -1
package/README.md CHANGED
@@ -260,5 +260,5 @@ const stargateClient = await SigningStargateClient.connectWithSigner(rpcEndpoint
260
260
  Code built with the help of these related projects:
261
261
 
262
262
  * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
263
- * [@osmonauts/telescope](https://github.com/osmosis-labs/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
263
+ * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
264
264
  * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -28,7 +28,7 @@ var _long = _interopRequireDefault(require("long"));
28
28
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
29
29
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
30
30
  /**
31
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
31
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
32
32
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
33
33
  * and run the transpile command or yarn proto command to regenerate this bundle.
34
34
  */
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.createLCDClient = void 0;
9
9
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
- var _lcd = require("@osmonauts/lcd");
11
+ var _lcd = require("@cosmology/lcd");
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
14
  var createLCDClient = /*#__PURE__*/function () {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript#readme",
@@ -58,7 +58,7 @@
58
58
  "@babel/plugin-transform-runtime": "7.19.1",
59
59
  "@babel/preset-env": "7.19.4",
60
60
  "@babel/preset-typescript": "^7.18.6",
61
- "@osmonauts/telescope": "^0.88.3",
61
+ "@cosmology/telescope": "^0.102.0",
62
62
  "@protobufs/cosmos": "^0.1.0",
63
63
  "@protobufs/cosmwasm": "^0.1.1",
64
64
  "@protobufs/ibc": "^0.1.0",
@@ -87,8 +87,8 @@
87
87
  "@cosmjs/proto-signing": "0.29.5",
88
88
  "@cosmjs/stargate": "0.29.5",
89
89
  "@cosmjs/tendermint-rpc": "^0.29.5",
90
- "@osmonauts/lcd": "0.8.0",
90
+ "@cosmology/lcd": "^0.12.0",
91
91
  "protobufjs": "^6.11.2"
92
92
  },
93
- "gitHead": "aa55b22304757c818352f7ca426b294758a3c0d3"
93
+ "gitHead": "e323f21dd07eada41fbe618d37e7919d836a27dc"
94
94
  }
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryGrantsRequest, QueryGrantsResponseSDKType, QueryGranterGrantsRequest, QueryGranterGrantsResponseSDKType, QueryGranteeGrantsRequest, QueryGranteeGrantsResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryBalanceRequest, QueryBalanceResponseSDKType, QueryAllBalancesRequest, QueryAllBalancesResponseSDKType, QuerySpendableBalancesRequest, QuerySpendableBalancesResponseSDKType, QueryTotalSupplyRequest, QueryTotalSupplyResponseSDKType, QuerySupplyOfRequest, QuerySupplyOfResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDenomMetadataRequest, QueryDenomMetadataResponseSDKType, QueryDenomsMetadataRequest, QueryDenomsMetadataResponseSDKType, QueryDenomOwnersRequest, QueryDenomOwnersResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponseSDKType, QueryValidatorCommissionRequest, QueryValidatorCommissionResponseSDKType, QueryValidatorSlashesRequest, QueryValidatorSlashesResponseSDKType, QueryDelegationRewardsRequest, QueryDelegationRewardsResponseSDKType, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponseSDKType, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponseSDKType, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponseSDKType, QueryCommunityPoolRequest, QueryCommunityPoolResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryProposalRequest, QueryProposalResponseSDKType, QueryProposalsRequest, QueryProposalsResponseSDKType, QueryVoteRequest, QueryVoteResponseSDKType, QueryVotesRequest, QueryVotesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDepositRequest, QueryDepositResponseSDKType, QueryDepositsRequest, QueryDepositsResponseSDKType, QueryTallyResultRequest, QueryTallyResultResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryProposalRequest, QueryProposalResponseSDKType, QueryProposalsRequest, QueryProposalsResponseSDKType, QueryVoteRequest, QueryVoteResponseSDKType, QueryVotesRequest, QueryVotesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDepositRequest, QueryDepositResponseSDKType, QueryDepositsRequest, QueryDepositsResponseSDKType, QueryTallyResultRequest, QueryTallyResultResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryValidatorsRequest, QueryValidatorsResponseSDKType, QueryValidatorRequest, QueryValidatorResponseSDKType, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponseSDKType, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponseSDKType, QueryDelegationRequest, QueryDelegationResponseSDKType, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponseSDKType, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponseSDKType, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponseSDKType, QueryRedelegationsRequest, QueryRedelegationsResponseSDKType, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponseSDKType, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponseSDKType, QueryHistoricalInfoRequest, QueryHistoricalInfoResponseSDKType, QueryPoolRequest, QueryPoolResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { GetTxRequest, GetTxResponseSDKType, GetTxsEventRequest, GetTxsEventResponseSDKType, GetBlockWithTxsRequest, GetBlockWithTxsResponseSDKType } from "./service";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryCurrentPlanRequest, QueryCurrentPlanResponseSDKType, QueryAppliedPlanRequest, QueryAppliedPlanResponseSDKType, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponseSDKType, QueryModuleVersionsRequest, QueryModuleVersionsResponseSDKType, QueryAuthorityRequest, QueryAuthorityResponseSDKType } from "./query";
3
3
  export class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryContractInfoRequest, QueryContractInfoResponseSDKType, QueryContractHistoryRequest, QueryContractHistoryResponseSDKType, QueryContractsByCodeRequest, QueryContractsByCodeResponseSDKType, QueryAllContractStateRequest, QueryAllContractStateResponseSDKType, QueryRawContractStateRequest, QueryRawContractStateResponseSDKType, QuerySmartContractStateRequest, QuerySmartContractStateResponseSDKType, QueryCodeRequest, QueryCodeResponseSDKType, QueryCodesRequest, QueryCodesResponseSDKType, QueryPinnedCodesRequest, QueryPinnedCodesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryContractsByCreatorRequest, QueryContractsByCreatorResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryMinimumGasPricesRequest, QueryMinimumGasPricesResponseSDKType } from "./query";
3
3
  export class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -146,11 +146,11 @@ export const setPaginationParams = (options: Params, pagination?: PageRequest) =
146
146
  options.params['pagination.key'] = Buffer.from(pagination.key).toString('base64');
147
147
  }
148
148
  if (typeof pagination?.limit !== "undefined") {
149
- options.params["pagination.limit"] = pagination.limit.toString()
149
+ options.params["pagination.limit"] = pagination.limit.toString()
150
150
  }
151
151
  if (typeof pagination?.offset !== "undefined") {
152
- options.params["pagination.offset"] = pagination.offset.toString()
153
- }
152
+ options.params["pagination.offset"] = pagination.offset.toString()
153
+ }
154
154
  if (typeof pagination?.reverse !== "undefined") {
155
155
  options.params['pagination.reverse'] = pagination.reverse;
156
156
  }
@@ -221,22 +221,22 @@ const fromJSON = (object: any): Timestamp => {
221
221
  };
222
222
 
223
223
  const timestampFromJSON = (object: any): Timestamp => {
224
- return {
225
- seconds: isSet(object.seconds) ? Long.fromValue(object.seconds) : Long.ZERO,
226
- nanos: isSet(object.nanos) ? Number(object.nanos) : 0,
227
- };
224
+ return {
225
+ seconds: isSet(object.seconds) ? Long.fromValue(object.seconds) : Long.ZERO,
226
+ nanos: isSet(object.nanos) ? Number(object.nanos) : 0,
227
+ };
228
228
  }
229
-
229
+
230
230
  export function fromJsonTimestamp(o: any): Timestamp {
231
- if (o instanceof Date) {
232
- return toTimestamp(o);
233
- } else if (typeof o === "string") {
234
- return toTimestamp(new Date(o));
235
- } else {
236
- return timestampFromJSON(o);
237
- }
231
+ if (o instanceof Date) {
232
+ return toTimestamp(o);
233
+ } else if (typeof o === "string") {
234
+ return toTimestamp(new Date(o));
235
+ } else {
236
+ return timestampFromJSON(o);
237
+ }
238
238
  }
239
-
239
+
240
240
  function numberToLong(number: number) {
241
241
  return Long.fromNumber(number);
242
242
  }
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryDenomTraceRequest, QueryDenomTraceResponseSDKType, QueryDenomTracesRequest, QueryDenomTracesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryChannelRequest, QueryChannelResponseSDKType, QueryChannelsRequest, QueryChannelsResponseSDKType, QueryConnectionChannelsRequest, QueryConnectionChannelsResponseSDKType, QueryChannelClientStateRequest, QueryChannelClientStateResponseSDKType, QueryChannelConsensusStateRequest, QueryChannelConsensusStateResponseSDKType, QueryPacketCommitmentRequest, QueryPacketCommitmentResponseSDKType, QueryPacketCommitmentsRequest, QueryPacketCommitmentsResponseSDKType, QueryPacketReceiptRequest, QueryPacketReceiptResponseSDKType, QueryPacketAcknowledgementRequest, QueryPacketAcknowledgementResponseSDKType, QueryPacketAcknowledgementsRequest, QueryPacketAcknowledgementsResponseSDKType, QueryUnreceivedPacketsRequest, QueryUnreceivedPacketsResponseSDKType, QueryUnreceivedAcksRequest, QueryUnreceivedAcksResponseSDKType, QueryNextSequenceReceiveRequest, QueryNextSequenceReceiveResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryClientStateRequest, QueryClientStateResponseSDKType, QueryClientStatesRequest, QueryClientStatesResponseSDKType, QueryConsensusStateRequest, QueryConsensusStateResponseSDKType, QueryConsensusStatesRequest, QueryConsensusStatesResponseSDKType, QueryClientStatusRequest, QueryClientStatusResponseSDKType, QueryClientParamsRequest, QueryClientParamsResponseSDKType, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponseSDKType, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryConnectionRequest, QueryConnectionResponseSDKType, QueryConnectionsRequest, QueryConnectionsResponseSDKType, QueryClientConnectionsRequest, QueryClientConnectionsResponseSDKType, QueryConnectionClientStateRequest, QueryConnectionClientStateResponseSDKType, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,9 +1,9 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
6
-
6
+
7
7
  export * from "./ics23/bundle";
8
8
  export * from "./cosmos_proto/bundle";
9
9
  export * from "./cosmos/bundle";
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryFeeSharesRequest, QueryFeeSharesResponseSDKType, QueryFeeShareRequest, QueryFeeShareResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDeployerFeeSharesRequest, QueryDeployerFeeSharesResponseSDKType, QueryWithdrawerFeeSharesRequest, QueryWithdrawerFeeSharesResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryInflationRequest, QueryInflationResponseSDKType, QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponseSDKType } from "./query";
3
3
  export class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryDenomAuthorityMetadataRequest, QueryDenomAuthorityMetadataResponseSDKType, QueryDenomsFromCreatorRequest, QueryDenomsFromCreatorResponseSDKType } from "./query";
3
3
  export class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  export const createLCDClient = async ({
3
3
  restEndpoint
4
4
  }: {
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
3
3
  export class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryGrantsRequest, QueryGrantsResponseSDKType, QueryGranterGrantsRequest, QueryGranterGrantsResponseSDKType, QueryGranteeGrantsRequest, QueryGranteeGrantsResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryBalanceRequest, QueryBalanceResponseSDKType, QueryAllBalancesRequest, QueryAllBalancesResponseSDKType, QuerySpendableBalancesRequest, QuerySpendableBalancesResponseSDKType, QueryTotalSupplyRequest, QueryTotalSupplyResponseSDKType, QuerySupplyOfRequest, QuerySupplyOfResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDenomMetadataRequest, QueryDenomMetadataResponseSDKType, QueryDenomsMetadataRequest, QueryDenomsMetadataResponseSDKType, QueryDenomOwnersRequest, QueryDenomOwnersResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponseSDKType, QueryValidatorCommissionRequest, QueryValidatorCommissionResponseSDKType, QueryValidatorSlashesRequest, QueryValidatorSlashesResponseSDKType, QueryDelegationRewardsRequest, QueryDelegationRewardsResponseSDKType, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponseSDKType, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponseSDKType, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponseSDKType, QueryCommunityPoolRequest, QueryCommunityPoolResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryProposalRequest, QueryProposalResponseSDKType, QueryProposalsRequest, QueryProposalsResponseSDKType, QueryVoteRequest, QueryVoteResponseSDKType, QueryVotesRequest, QueryVotesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDepositRequest, QueryDepositResponseSDKType, QueryDepositsRequest, QueryDepositsResponseSDKType, QueryTallyResultRequest, QueryTallyResultResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryProposalRequest, QueryProposalResponseSDKType, QueryProposalsRequest, QueryProposalsResponseSDKType, QueryVoteRequest, QueryVoteResponseSDKType, QueryVotesRequest, QueryVotesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDepositRequest, QueryDepositResponseSDKType, QueryDepositsRequest, QueryDepositsResponseSDKType, QueryTallyResultRequest, QueryTallyResultResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryValidatorsRequest, QueryValidatorsResponseSDKType, QueryValidatorRequest, QueryValidatorResponseSDKType, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponseSDKType, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponseSDKType, QueryDelegationRequest, QueryDelegationResponseSDKType, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponseSDKType, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponseSDKType, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponseSDKType, QueryRedelegationsRequest, QueryRedelegationsResponseSDKType, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponseSDKType, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponseSDKType, QueryHistoricalInfoRequest, QueryHistoricalInfoResponseSDKType, QueryPoolRequest, QueryPoolResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { GetTxRequest, GetTxResponseSDKType, GetTxsEventRequest, GetTxsEventResponseSDKType, GetBlockWithTxsRequest, GetBlockWithTxsResponseSDKType } from "./service";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryCurrentPlanRequest, QueryCurrentPlanResponseSDKType, QueryAppliedPlanRequest, QueryAppliedPlanResponseSDKType, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponseSDKType, QueryModuleVersionsRequest, QueryModuleVersionsResponseSDKType, QueryAuthorityRequest, QueryAuthorityResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryContractInfoRequest, QueryContractInfoResponseSDKType, QueryContractHistoryRequest, QueryContractHistoryResponseSDKType, QueryContractsByCodeRequest, QueryContractsByCodeResponseSDKType, QueryAllContractStateRequest, QueryAllContractStateResponseSDKType, QueryRawContractStateRequest, QueryRawContractStateResponseSDKType, QuerySmartContractStateRequest, QuerySmartContractStateResponseSDKType, QueryCodeRequest, QueryCodeResponseSDKType, QueryCodesRequest, QueryCodesResponseSDKType, QueryPinnedCodesRequest, QueryPinnedCodesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryContractsByCreatorRequest, QueryContractsByCreatorResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryMinimumGasPricesRequest, QueryMinimumGasPricesResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryDenomTraceRequest, QueryDenomTraceResponseSDKType, QueryDenomTracesRequest, QueryDenomTracesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryChannelRequest, QueryChannelResponseSDKType, QueryChannelsRequest, QueryChannelsResponseSDKType, QueryConnectionChannelsRequest, QueryConnectionChannelsResponseSDKType, QueryChannelClientStateRequest, QueryChannelClientStateResponseSDKType, QueryChannelConsensusStateRequest, QueryChannelConsensusStateResponseSDKType, QueryPacketCommitmentRequest, QueryPacketCommitmentResponseSDKType, QueryPacketCommitmentsRequest, QueryPacketCommitmentsResponseSDKType, QueryPacketReceiptRequest, QueryPacketReceiptResponseSDKType, QueryPacketAcknowledgementRequest, QueryPacketAcknowledgementResponseSDKType, QueryPacketAcknowledgementsRequest, QueryPacketAcknowledgementsResponseSDKType, QueryUnreceivedPacketsRequest, QueryUnreceivedPacketsResponseSDKType, QueryUnreceivedAcksRequest, QueryUnreceivedAcksResponseSDKType, QueryNextSequenceReceiveRequest, QueryNextSequenceReceiveResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryClientStateRequest, QueryClientStateResponseSDKType, QueryClientStatesRequest, QueryClientStatesResponseSDKType, QueryConsensusStateRequest, QueryConsensusStateResponseSDKType, QueryConsensusStatesRequest, QueryConsensusStatesResponseSDKType, QueryClientStatusRequest, QueryClientStatusResponseSDKType, QueryClientParamsRequest, QueryClientParamsResponseSDKType, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponseSDKType, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryConnectionRequest, QueryConnectionResponseSDKType, QueryConnectionsRequest, QueryConnectionsResponseSDKType, QueryClientConnectionsRequest, QueryClientConnectionsResponseSDKType, QueryConnectionClientStateRequest, QueryConnectionClientStateResponseSDKType, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryFeeSharesRequest, QueryFeeSharesResponseSDKType, QueryFeeShareRequest, QueryFeeShareResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType, QueryDeployerFeeSharesRequest, QueryDeployerFeeSharesResponseSDKType, QueryWithdrawerFeeSharesRequest, QueryWithdrawerFeeSharesResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryInflationRequest, QueryInflationResponseSDKType, QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType, QueryDenomAuthorityMetadataRequest, QueryDenomAuthorityMetadataResponseSDKType, QueryDenomsFromCreatorRequest, QueryDenomsFromCreatorResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
@@ -1,4 +1,4 @@
1
- import { LCDClient } from "@osmonauts/lcd";
1
+ import { LCDClient } from "@cosmology/lcd";
2
2
  import { QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;