From 55e7370f2cd3a48771fc2fff733084a2be237574 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 6 Dec 2024 15:29:28 -0500 Subject: [PATCH] fix: correct changelog links --- CHANGELOG.md | 14 +- CONTRIBUTING.md | 10 +- README.md | 38 +-- benchmarks/cosmes-react/index.html | 2 +- benchmarks/cosmes-react/package.json | 4 +- benchmarks/cosmes-react/pnpm-lock.yaml | 2 +- benchmarks/cosmes-react/src/App.tsx | 2 +- buf.gen.yaml | 4 +- examples/batch-query/package.json | 2 +- examples/batch-query/pnpm-lock.yaml | 2 +- examples/mnemonic-wallet/package.json | 4 +- examples/mnemonic-wallet/pnpm-lock.yaml | 2 +- examples/mnemonic-wallet/src/index.ts | 4 +- examples/solid-vite/package.json | 4 +- examples/solid-vite/pnpm-lock.yaml | 2 +- examples/solid-vite/src/App.tsx | 6 +- examples/verify-signatures/package.json | 4 +- examples/verify-signatures/pnpm-lock.yaml | 2 +- examples/verify-signatures/src/index.ts | 4 +- scripts/protoc-gen-cosmes.mjs | 6 +- src/client/apis/getAccount.ts | 2 +- src/client/apis/getNativeBalances.ts | 2 +- src/client/apis/getTx.ts | 2 +- src/client/apis/queryContract.ts | 4 +- src/client/apis/simulateTx.ts | 2 +- src/client/clients/RpcClient.ts | 4 +- src/client/models/MsgBeginRedelegate.ts | 2 +- src/client/models/MsgDelegate.ts | 2 +- src/client/models/MsgExecuteContract.ts | 4 +- src/client/models/MsgIbcTransfer.ts | 2 +- src/client/models/MsgInstantiateContract.ts | 4 +- src/client/models/MsgMigrateContract.ts | 4 +- src/client/models/MsgSend.ts | 2 +- src/client/models/MsgStoreCode.ts | 4 +- src/client/models/MsgUndelegate.ts | 2 +- .../models/MsgWithdrawDelegatorRewards.ts | 10 +- .../models/MsgWithdrawValidatorCommission.ts | 2 +- src/client/models/Secp256k1PubKey.ts | 4 +- src/client/models/Tx.ts | 4 +- src/client/utils/calculateFee.ts | 2 +- src/client/utils/toBaseAccount.ts | 2 +- src/codec/serialise.ts | 2 +- src/codec/sign.ts | 4 +- .../babylon/btccheckpoint/v1/query_cosmes.ts | 2 +- .../babylon/btccheckpoint/v1/tx_cosmes.ts | 2 +- .../babylon/btclightclient/v1/query_cosmes.ts | 2 +- .../babylon/btclightclient/v1/tx_cosmes.ts | 2 +- .../babylon/btcstaking/v1/query_cosmes.ts | 2 +- .../babylon/btcstaking/v1/tx_cosmes.ts | 2 +- .../babylon/checkpointing/v1/query_cosmes.ts | 2 +- .../babylon/checkpointing/v1/tx_cosmes.ts | 2 +- .../babylon/epoching/v1/query_cosmes.ts | 24 +- .../babylon/epoching/v1/tx_cosmes.ts | 2 +- .../babylon/finality/v1/query_cosmes.ts | 2 +- .../babylon/finality/v1/tx_cosmes.ts | 2 +- .../babylon/incentive/query_cosmes.ts | 2 +- src/protobufs/babylon/incentive/tx_cosmes.ts | 10 +- .../babylon/monitor/v1/query_cosmes.ts | 2 +- .../babylon/zoneconcierge/v1/query_cosmes.ts | 24 +- .../babylon/zoneconcierge/v1/tx_cosmes.ts | 2 +- .../cosmos/app/v1alpha1/query_cosmes.ts | 2 +- .../cosmos/auth/v1beta1/query_cosmes.ts | 26 +- .../cosmos/auth/v1beta1/tx_cosmes.ts | 3 +- .../cosmos/authz/v1beta1/query_cosmes.ts | 2 +- .../cosmos/authz/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/autocli/v1/query_cosmes.ts | 2 +- .../cosmos/bank/v1beta1/query_cosmes.ts | 2 +- .../cosmos/bank/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/base/node/v1beta1/query_cosmes.ts | 10 +- .../reflection/v1beta1/reflection_cosmes.ts | 10 +- .../reflection/v2alpha1/reflection_cosmes.ts | 2 +- .../base/tendermint/v1beta1/query_cosmes.ts | 2 +- .../cosmos/circuit/v1/query_cosmes.ts | 2 +- src/protobufs/cosmos/circuit/v1/tx_cosmes.ts | 2 +- .../cosmos/consensus/v1/query_cosmes.ts | 3 +- .../cosmos/consensus/v1/tx_cosmes.ts | 2 +- .../cosmos/crisis/v1beta1/tx_cosmes.ts | 2 +- .../distribution/v1beta1/query_cosmes.ts | 2 +- .../cosmos/distribution/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/evidence/v1beta1/query_cosmes.ts | 2 +- .../cosmos/evidence/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/feegrant/v1beta1/query_cosmes.ts | 2 +- .../cosmos/feegrant/v1beta1/tx_cosmes.ts | 2 +- src/protobufs/cosmos/gov/v1/query_cosmes.ts | 2 +- src/protobufs/cosmos/gov/v1/tx_cosmes.ts | 20 +- .../cosmos/gov/v1beta1/query_cosmes.ts | 2 +- src/protobufs/cosmos/gov/v1beta1/tx_cosmes.ts | 2 +- src/protobufs/cosmos/group/v1/query_cosmes.ts | 34 ++- src/protobufs/cosmos/group/v1/tx_cosmes.ts | 2 +- .../cosmos/mint/v1beta1/query_cosmes.ts | 2 +- .../cosmos/mint/v1beta1/tx_cosmes.ts | 3 +- .../cosmos/nft/v1beta1/query_cosmes.ts | 2 +- src/protobufs/cosmos/nft/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/orm/query/v1alpha1/query_cosmes.ts | 10 +- .../cosmos/params/v1beta1/query_cosmes.ts | 2 +- .../cosmos/reflection/v1/reflection_cosmes.ts | 2 +- .../cosmos/slashing/v1beta1/query_cosmes.ts | 2 +- .../cosmos/slashing/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/staking/v1beta1/query_cosmes.ts | 34 ++- .../cosmos/staking/v1beta1/tx_cosmes.ts | 2 +- .../store/streaming/abci/grpc_cosmes.ts | 2 +- .../cosmos/tx/v1beta1/service_cosmes.ts | 2 +- .../cosmos/upgrade/v1beta1/query_cosmes.ts | 2 +- .../cosmos/upgrade/v1beta1/tx_cosmes.ts | 2 +- .../cosmos/vesting/v1beta1/tx_cosmes.ts | 2 +- .../cosmwasm/wasm/v1/query_cosmes.ts | 2 +- src/protobufs/cosmwasm/wasm/v1/tx_cosmes.ts | 2 +- src/protobufs/did/v1/query_cosmes.ts | 2 +- src/protobufs/did/v1/tx_cosmes.ts | 2 +- src/protobufs/dwn/v1/query_cosmes.ts | 2 +- src/protobufs/dwn/v1/tx_cosmes.ts | 10 +- .../ethermint/evm/v1/query_cosmes.ts | 2 +- src/protobufs/ethermint/evm/v1/tx_cosmes.ts | 2 +- .../ethermint/feemarket/v1/query_cosmes.ts | 2 +- .../ethermint/feemarket/v1/tx_cosmes.ts | 2 +- .../ibc/applications/fee/v1/query_cosmes.ts | 2 +- .../ibc/applications/fee/v1/tx_cosmes.ts | 2 +- .../controller/v1/query_cosmes.ts | 2 +- .../controller/v1/tx_cosmes.ts | 2 +- .../host/v1/query_cosmes.ts | 2 +- .../interchain_accounts/host/v1/tx_cosmes.ts | 2 +- .../applications/transfer/v1/query_cosmes.ts | 2 +- .../ibc/applications/transfer/v1/tx_cosmes.ts | 2 +- .../transfer/v2/queryv2_cosmes.ts | 2 +- .../ibc/core/channel/v1/query_cosmes.ts | 2 +- .../ibc/core/channel/v1/tx_cosmes.ts | 2 +- .../ibc/core/client/v1/query_cosmes.ts | 2 +- src/protobufs/ibc/core/client/v1/tx_cosmes.ts | 2 +- .../ibc/core/connection/v1/query_cosmes.ts | 2 +- .../ibc/core/connection/v1/tx_cosmes.ts | 2 +- .../ibc/lightclients/wasm/v1/query_cosmes.ts | 2 +- .../ibc/lightclients/wasm/v1/tx_cosmes.ts | 2 +- src/protobufs/index.ts | 258 +++++++++--------- .../concentrated/v1beta1/tx_cosmes.ts | 11 +- .../v1beta1/query_cosmes.ts | 2 +- .../v1beta1/tx_cosmes.ts | 2 +- .../cosmwasmpool/v1beta1/model/tx_cosmes.ts | 2 +- .../cosmwasmpool/v1beta1/query_cosmes.ts | 2 +- .../osmosis/cosmwasmpool/v1beta1/tx_cosmes.ts | 2 +- .../downtimedetector/v1beta1/query_cosmes.ts | 2 +- .../osmosis/epochs/v1beta1/query_cosmes.ts | 2 +- .../poolmodels/balancer/v1beta1/tx_cosmes.ts | 2 +- .../stableswap/v1beta1/tx_cosmes.ts | 2 +- .../osmosis/gamm/v1beta1/query_cosmes.ts | 2 +- .../osmosis/gamm/v1beta1/tx_cosmes.ts | 2 +- src/protobufs/osmosis/gamm/v2/query_cosmes.ts | 2 +- src/protobufs/osmosis/ibchooks/tx_cosmes.ts | 2 +- .../ibcratelimit/v1beta1/query_cosmes.ts | 2 +- .../osmosis/incentives/query_cosmes.ts | 2 +- src/protobufs/osmosis/incentives/tx_cosmes.ts | 2 +- src/protobufs/osmosis/lockup/query_cosmes.ts | 2 +- src/protobufs/osmosis/lockup/tx_cosmes.ts | 2 +- .../osmosis/mint/v1beta1/query_cosmes.ts | 2 +- .../poolincentives/v1beta1/query_cosmes.ts | 2 +- .../poolmanager/v1beta1/query_cosmes.ts | 50 +++- .../osmosis/poolmanager/v1beta1/tx_cosmes.ts | 2 +- .../osmosis/poolmanager/v2/query_cosmes.ts | 2 +- .../osmosis/protorev/v1beta1/query_cosmes.ts | 2 +- .../osmosis/protorev/v1beta1/tx_cosmes.ts | 2 +- .../smartaccount/v1beta1/query_cosmes.ts | 2 +- .../osmosis/smartaccount/v1beta1/tx_cosmes.ts | 2 +- .../osmosis/superfluid/query_cosmes.ts | 42 ++- src/protobufs/osmosis/superfluid/tx_cosmes.ts | 26 +- .../tokenfactory/v1beta1/query_cosmes.ts | 2 +- .../osmosis/tokenfactory/v1beta1/tx_cosmes.ts | 2 +- .../osmosis/twap/v1beta1/query_cosmes.ts | 2 +- .../osmosis/txfees/v1beta1/query_cosmes.ts | 2 +- .../osmosis/txfees/v1beta1/tx_cosmes.ts | 3 +- .../valsetpref/v1beta1/query_cosmes.ts | 8 +- .../osmosis/valsetpref/v1beta1/tx_cosmes.ts | 2 +- src/protobufs/svc/v1/query_cosmes.ts | 3 +- src/protobufs/svc/v1/tx_cosmes.ts | 2 +- src/protobufs/tendermint/abci/types_cosmes.ts | 2 +- src/wallet/utils/verify.ts | 2 +- src/wallet/walletconnect/WalletConnectV2.ts | 4 +- src/wallet/wallets/ConnectedWallet.ts | 4 +- src/wallet/wallets/WalletController.ts | 2 +- src/wallet/wallets/mnemonic/MnemonicWallet.ts | 12 +- src/wallet/wallets/window.d.ts | 2 +- tsconfig.json | 2 +- 180 files changed, 652 insertions(+), 404 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3625f38..877b491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ ### Improvements -- Txs are now broadcasted directly via the user-specified RPC instead of via the wallet (closes ) + - Txs are now broadcasted directly via the user-specified RPC instead of via the wallet (closes ) - Update Station extension to use Keplr's API interface ## `v0.0.60` @@ -150,7 +150,7 @@ ### Features -- Added the `verifyArbitrary` helper function (exported by `cosmes/wallet`) to verify signatures signed using `ConnectedWallet.signArbitrary` +- Added the `verifyArbitrary` helper function (exported by `@onsonr/es/wallet`) to verify signatures signed using `ConnectedWallet.signArbitrary` ### Fixes @@ -237,16 +237,16 @@ ### Miscellaneous -- Removed the various `fromXxxToYyy` encoding/decoding functions within `cosmes/codec` in favour of `@scure/base` **[breaking change]** - - The `@scure/base` pkg is re-exported in `cosmes/codec` - - Consumers should import the correct encoder or decoder directly from `cosmes/codec`: eg. change `fromHexToUint8Array(...)` to `base16.decode(...)` -- Re-exported `@keplr-wallet/types` from `cosmes/registry` +- Removed the various `fromXxxToYyy` encoding/decoding functions within `@onsonr/es/codec` in favour of `@scure/base` **[breaking change]** + - The `@scure/base` pkg is re-exported in `@onsonr/es/codec` + - Consumers should import the correct encoder or decoder directly from `@onsonr/es/codec`: eg. change `fromHexToUint8Array(...)` to `base16.decode(...)` +- Re-exported `@keplr-wallet/types` from `@onsonr/es/registry` ## `v0.0.35` ### Features -- Added the `cosmes/registry` package with the following additions: +- Added the `@onsonr/es/registry` package with the following additions: - APIs to dynamically query for data in Chain Registry - Util function to transform Chain Registry data to Keplr's chain info diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7797f63..4751189 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,10 +21,10 @@ This is a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), written in TypeScript and managed by [pnpm](https://pnpm.io). -- [`/benchmarks`](./benchmarks) - contains bundle size comparisons between `cosmes` and other packages like Cosmos Kit -- [`/examples`](./examples) - contains example applications that consume from the `cosmes` package +- [`/benchmarks`](./benchmarks) - contains bundle size comparisons between `@onsonr/es` and other packages like Cosmos Kit +- [`/examples`](./examples) - contains example applications that consume from the `@onsonr/es` package - [`/scripts`](./scripts) - contains internal scripts for use in this monorepo -- [`/src`](./src) - contains the source code for the `cosmes` package +- [`/src`](./src) - contains the source code for the `@onsonr/es` package ## Getting Started @@ -54,9 +54,9 @@ pnpm add --save-peer [dependency_name] ### Developing -All examples in the `/examples` directory are independent packages that contain a symlink to the root `cosmes` package. This allows us to develop the `cosmes` package and test it in the examples at the same time. +All examples in the `/examples` directory are independent packages that contain a symlink to the root `@onsonr/es` package. This allows us to develop the `@onsonr/es` package and test it in the examples at the same time. -Firstly, to watch the `cosmes` package and rebuild on changes, run the following in the root of the project: +Firstly, to watch the `@onsonr/es` package and rebuild on changes, run the following in the root of the project: ```sh # Run `pnpm build` first if this is your first time running this command diff --git a/README.md b/README.md index 8500103..02d2445 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # SonrES -[![npm version](https://badge.fury.io/js/cosmes.svg)](https://www.npmjs.com/package/@onsonr/es) +[![npm version](https://badge.fury.io/js/@onsonr/es.svg)](https://www.npmjs.com/package/@onsonr/es) A tree-shakeable, framework agnostic, [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) alternative of [CosmJS](https://github.com/cosmos/cosmjs) and [Cosmos Kit](https://cosmoskit.com) (**generate bundles up to 10x smaller than Cosmos Kit**). @@ -13,11 +13,11 @@ A tree-shakeable, framework agnostic, [pure ESM](https://gist.github.com/sindres - [Using Station wallet](#using-station-wallet) - [Examples](#examples) - [Modules](#modules) - - [`cosmes/client`](#cosmesclient) - - [`cosmes/codec`](#cosmescodec) - - [`cosmes/protobufs`](#cosmesprotobufs) - - [`cosmes/registry`](#cosmesregistry) - - [`cosmes/wallet`](#cosmeswallet) + - [`@onsonr/es/client`](#@onsonr/esclient) + - [`@onsonr/es/codec`](#@onsonr/escodec) + - [`@onsonr/es/protobufs`](#@onsonr/esprotobufs) + - [`@onsonr/es/registry`](#@onsonr/esregistry) + - [`@onsonr/es/wallet`](#@onsonr/eswallet) - [Benchmarks](#benchmarks) - [Results](#results) - [See More](#see-more) @@ -39,27 +39,27 @@ A tree-shakeable, framework agnostic, [pure ESM](https://gist.github.com/sindres For Cosmos SDK v0.47 and below: ```sh -npm install cosmes +npm install @onsonr/es -pnpm add cosmes +pnpm add @onsonr/es -yarn add cosmes +yarn add @onsonr/es ``` For Cosmos SDK v0.50, install using the `sdk50` tag: ```sh -npm install cosmes@sdk50 +npm install @onsonr/es@sdk50 -pnpm add cosmes@sdk50 +pnpm add @onsonr/es@sdk50 -yarn add cosmes@sdk50 +yarn add @onsonr/es@sdk50 ``` > [!IMPORTANT] > The bump from v0.47 to v0.50 introduces significant breaking changes and is not recommended to be used unless necessary. To reduce the impact on consumers, the `main` branch and the published package on npm with the `latest` tag will continue to target v0.47 until the majority of live chains have migrated to v0.50. > -> The [`parallel/sdk50`](https://github.com/coinhall/cosmes/tree/parallel/sdk50) branch targetting v0.50 will be developed and maintained in parallel with the `main` branch, where the same patch version number should have feature parity (eg. `cosmes@0.0.69` should have the same features as `cosmes@0.0.69-sdk50.0`). +> The [`parallel/sdk50`](https://github.com/coinhall/@onsonr/es/tree/parallel/sdk50) branch targetting v0.50 will be developed and maintained in parallel with the `main` branch, where the same patch version number should have feature parity (eg. `@onsonr/es@0.0.69` should have the same features as `@onsonr/es@0.0.69-sdk50.0`). ### Using with TypeScript @@ -121,25 +121,25 @@ Docs do not exist yet - see the [`examples`](./examples) folder for various work ## Modules -This package is split into multiple subdirectories, with each subdirectory having their own set of functionalities. The root directory does not contain any exports, and all exports are exported from the subdirectories. Thus, imports must be done by referencing the subdirectories (ie. `import { ... } from "cosmes/client"`). +This package is split into multiple subdirectories, with each subdirectory having their own set of functionalities. The root directory does not contain any exports, and all exports are exported from the subdirectories. Thus, imports must be done by referencing the subdirectories (ie. `import { ... } from "@onsonr/es/client"`). -### `cosmes/client` +### `@onsonr/es/client` This directory contains models and helper functions to interact with Cosmos SDK via the [CometBFT RPC](https://docs.cosmos.network/v0.50/core/grpc_rest#cometbft-rpc). -### `cosmes/codec` +### `@onsonr/es/codec` This directory contains various encoding and decoding functions that relies solely on [Web APIs](https://developer.mozilla.org/en-US/docs/Web/API) and has no dependencies on Node.js. For modern browsers and Node v16+, this should work out of the box. -### `cosmes/protobufs` +### `@onsonr/es/protobufs` This directory contains the auto-generated code for various Cosmos SDK based protobufs. See `scripts/gen-protobufs.mjs` for the script that generates the code. -### `cosmes/registry` +### `@onsonr/es/registry` This directory contains various APIs, data, and types needed for wallet interactions (ie. Keplr). Some types are auto-generated, see `scripts/gen-registry.mjs` for the script that generates the types. -### `cosmes/wallet` +### `@onsonr/es/wallet` This directory is a [Cosmos Kit](https://cosmoskit.com) alternative to interact with wallets across all Cosmos SDK based blockchains. See [`examples/solid-vite`](./examples/solid-vite) for a working example. diff --git a/benchmarks/cosmes-react/index.html b/benchmarks/cosmes-react/index.html index c4bbad3..f0c3459 100644 --- a/benchmarks/cosmes-react/index.html +++ b/benchmarks/cosmes-react/index.html @@ -4,7 +4,7 @@ - CosmES Benchmark + @onsonr/es Benchmark
diff --git a/benchmarks/cosmes-react/package.json b/benchmarks/cosmes-react/package.json index d701f36..608a5ac 100644 --- a/benchmarks/cosmes-react/package.json +++ b/benchmarks/cosmes-react/package.json @@ -1,5 +1,5 @@ { - "name": "cosmes-react", + "name": "@onsonr/es-react", "private": true, "version": "0.0.0", "type": "module", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "cosmes": "link:../..", + "@onsonr/es": "link:../..", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/benchmarks/cosmes-react/pnpm-lock.yaml b/benchmarks/cosmes-react/pnpm-lock.yaml index 4a87c0c..1f3dc97 100644 --- a/benchmarks/cosmes-react/pnpm-lock.yaml +++ b/benchmarks/cosmes-react/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false dependencies: - cosmes: + @onsonr/es: specifier: link:../.. version: link:../.. react: diff --git a/benchmarks/cosmes-react/src/App.tsx b/benchmarks/cosmes-react/src/App.tsx index 2b66994..3d21ec0 100644 --- a/benchmarks/cosmes-react/src/App.tsx +++ b/benchmarks/cosmes-react/src/App.tsx @@ -1,4 +1,4 @@ -import { ConnectedWallet, KeplrController, WalletType } from "cosmes/wallet"; +import { ConnectedWallet, KeplrController, WalletType } from "@onsonr/es/wallet"; import { useState } from "react"; const WC_PROJECT_ID = "2b7d5a2da89dd74fed821d184acabf95"; diff --git a/buf.gen.yaml b/buf.gen.yaml index 1b6366b..8f852c8 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -4,7 +4,7 @@ plugins: - plugin: es opt: target=ts out: . - - plugin: cosmes - path: ./scripts/protoc-gen-cosmes.mjs + - plugin: @onsonr/es + path: ./scripts/protoc-gen-@onsonr/es.mjs opt: target=ts out: . diff --git a/examples/batch-query/package.json b/examples/batch-query/package.json index b9c1d06..fa1a16f 100644 --- a/examples/batch-query/package.json +++ b/examples/batch-query/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmes/batch-query", + "name": "@@onsonr/es/batch-query", "private": true, "main": "src/index.ts", "scripts": { diff --git a/examples/batch-query/pnpm-lock.yaml b/examples/batch-query/pnpm-lock.yaml index 36a25e6..4e64c20 100644 --- a/examples/batch-query/pnpm-lock.yaml +++ b/examples/batch-query/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false dependencies: - cosmes: + @onsonr/es: specifier: link:../.. version: link:../.. diff --git a/examples/mnemonic-wallet/package.json b/examples/mnemonic-wallet/package.json index 972008e..429b9ac 100644 --- a/examples/mnemonic-wallet/package.json +++ b/examples/mnemonic-wallet/package.json @@ -1,12 +1,12 @@ { - "name": "@cosmes/mnemonic-wallet", + "name": "@@onsonr/es/mnemonic-wallet", "private": true, "main": "src/index.ts", "scripts": { "start": "tsx src/index.ts" }, "dependencies": { - "cosmes": "link:../.." + "@onsonr/es": "link:../.." }, "devDependencies": { "@types/node": "^20.2.0", diff --git a/examples/mnemonic-wallet/pnpm-lock.yaml b/examples/mnemonic-wallet/pnpm-lock.yaml index 36a25e6..4e64c20 100644 --- a/examples/mnemonic-wallet/pnpm-lock.yaml +++ b/examples/mnemonic-wallet/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false dependencies: - cosmes: + @onsonr/es: specifier: link:../.. version: link:../.. diff --git a/examples/mnemonic-wallet/src/index.ts b/examples/mnemonic-wallet/src/index.ts index a1dde5a..1ce252c 100644 --- a/examples/mnemonic-wallet/src/index.ts +++ b/examples/mnemonic-wallet/src/index.ts @@ -1,4 +1,4 @@ -import { MnemonicWallet } from "cosmes/wallet"; +import { MnemonicWallet } from "@onsonr/es/wallet"; async function main() { // Example usage for Osmosis chain @@ -19,7 +19,7 @@ async function main() { console.log("Address:", wallet.address); // prints the bech32 address // Sign an arbitrary message - const { signature } = await wallet.signArbitrary("Hello from CosmES!"); + const { signature } = await wallet.signArbitrary("Hello from @onsonr/es!"); console.log("Signature:", signature); // Broadcast a transaction diff --git a/examples/solid-vite/package.json b/examples/solid-vite/package.json index ff430cc..c0ef7ee 100644 --- a/examples/solid-vite/package.json +++ b/examples/solid-vite/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmes/solid-vite", + "name": "@@onsonr/es/solid-vite", "version": "0.0.0", "private": true, "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "buffer": "^6.0.3", - "cosmes": "link:../..", + "@onsonr/es": "link:../..", "solid-js": "^1.7.3" }, "devDependencies": { diff --git a/examples/solid-vite/pnpm-lock.yaml b/examples/solid-vite/pnpm-lock.yaml index 9f59140..3f3fee7 100644 --- a/examples/solid-vite/pnpm-lock.yaml +++ b/examples/solid-vite/pnpm-lock.yaml @@ -8,7 +8,7 @@ dependencies: buffer: specifier: ^6.0.3 version: 6.0.3 - cosmes: + @onsonr/es: specifier: link:../.. version: link:../.. solid-js: diff --git a/examples/solid-vite/src/App.tsx b/examples/solid-vite/src/App.tsx index 49497d3..a286b30 100644 --- a/examples/solid-vite/src/App.tsx +++ b/examples/solid-vite/src/App.tsx @@ -1,7 +1,7 @@ import { Component, createSignal, For, onMount } from "solid-js"; import { createStore } from "solid-js/store"; -import { MsgSend } from "cosmes/client"; +import { MsgSend } from "@onsonr/es/client"; import { CompassController, ConnectedWallet, @@ -16,12 +16,12 @@ import { WalletController, WalletName, WalletType, -} from "cosmes/wallet"; +} from "@onsonr/es/wallet"; const WC_PROJECT_ID = "2b7d5a2da89dd74fed821d184acabf95"; const SIGN_ARBITRARY_MSG = "Hi from CosmeES! This is a test message just to prove that the wallet is working."; -const TX_MEMO = "signed via cosmes"; +const TX_MEMO = "signed via @onsonr/es"; const CHAINS: Record = { "osmosis-1": "Osmosis", diff --git a/examples/verify-signatures/package.json b/examples/verify-signatures/package.json index d2fd693..a8a96fd 100644 --- a/examples/verify-signatures/package.json +++ b/examples/verify-signatures/package.json @@ -1,12 +1,12 @@ { - "name": "@cosmes/verify-signatures", + "name": "@@onsonr/es/verify-signatures", "private": true, "main": "src/index.ts", "scripts": { "start": "tsx src/index.ts" }, "dependencies": { - "cosmes": "link:../.." + "@onsonr/es": "link:../.." }, "devDependencies": { "@types/node": "^20.2.0", diff --git a/examples/verify-signatures/pnpm-lock.yaml b/examples/verify-signatures/pnpm-lock.yaml index 7f7f621..c08ae90 100644 --- a/examples/verify-signatures/pnpm-lock.yaml +++ b/examples/verify-signatures/pnpm-lock.yaml @@ -5,7 +5,7 @@ settings: excludeLinksFromLockfile: false dependencies: - cosmes: + @onsonr/es: specifier: link:../.. version: link:../.. diff --git a/examples/verify-signatures/src/index.ts b/examples/verify-signatures/src/index.ts index bd3e578..d58c7b2 100644 --- a/examples/verify-signatures/src/index.ts +++ b/examples/verify-signatures/src/index.ts @@ -1,4 +1,4 @@ -import { MnemonicWallet, verifyArbitrary } from "cosmes/wallet"; +import { MnemonicWallet, verifyArbitrary } from "@onsonr/es/wallet"; async function main() { // Create a mnemonic wallet to sign an arbitrary message @@ -16,7 +16,7 @@ async function main() { }); // Sign the arbitrary data - const message = "Hello from CosmES!"; + const message = "Hello from @onsonr/es!"; const { signature, pubKey } = await wallet.signArbitrary(message); // Verify the signature of the arbitrary data diff --git a/scripts/protoc-gen-cosmes.mjs b/scripts/protoc-gen-cosmes.mjs index 4ede037..cc6861f 100755 --- a/scripts/protoc-gen-cosmes.mjs +++ b/scripts/protoc-gen-cosmes.mjs @@ -4,7 +4,7 @@ /** * This is a custom plugin for `buf` that generates TS files from the services * defined in the proto files, and is referred to by the root `buf.gen.yaml`. - * Files generated using this plugin contains the `_cosmes` suffix. + * Files generated using this plugin contains the `_@onsonr/es` suffix. * * Do not convert this to a TS file as it runs 4x slower! */ @@ -18,7 +18,7 @@ import { export function generateTs(schema) { for (const protoFile of schema.files) { - const file = schema.generateFile(protoFile.name + "_cosmes.ts"); + const file = schema.generateFile(protoFile.name + "_@onsonr/es.ts"); file.preamble(protoFile); for (const service of protoFile.services) { generateService(schema, file, service); @@ -43,7 +43,7 @@ function generateService(schema, f, service) { runNodeJs( createEcmaScriptPlugin({ - name: "protoc-gen-cosmes", + name: "protoc-gen-@onsonr/es", version: "v0.0.1", generateTs, }) diff --git a/src/client/apis/getAccount.ts b/src/client/apis/getAccount.ts index ef81341..8b93201 100644 --- a/src/client/apis/getAccount.ts +++ b/src/client/apis/getAccount.ts @@ -1,4 +1,4 @@ -import { CosmosAuthV1beta1QueryAccountService as QueryAccountService } from "cosmes/protobufs"; +import { CosmosAuthV1beta1QueryAccountService as QueryAccountService } from "@onsonr/es/protobufs"; import { RpcClient } from "../clients/RpcClient"; diff --git a/src/client/apis/getNativeBalances.ts b/src/client/apis/getNativeBalances.ts index d836c64..c3cb722 100644 --- a/src/client/apis/getNativeBalances.ts +++ b/src/client/apis/getNativeBalances.ts @@ -1,4 +1,4 @@ -import { CosmosBankV1beta1QueryAllBalancesService as QueryAllBalancesService } from "cosmes/protobufs"; +import { CosmosBankV1beta1QueryAllBalancesService as QueryAllBalancesService } from "@onsonr/es/protobufs"; import { RpcClient } from "../clients/RpcClient"; diff --git a/src/client/apis/getTx.ts b/src/client/apis/getTx.ts index cf11c79..86b1920 100644 --- a/src/client/apis/getTx.ts +++ b/src/client/apis/getTx.ts @@ -1,7 +1,7 @@ import { CosmosTxV1beta1GetTxResponse as GetTxResponse, CosmosTxV1beta1ServiceGetTxService as GetTxService, -} from "cosmes/protobufs"; +} from "@onsonr/es/protobufs"; import { RpcClient } from "../clients/RpcClient"; diff --git a/src/client/apis/queryContract.ts b/src/client/apis/queryContract.ts index b1ddcbe..b4813bf 100644 --- a/src/client/apis/queryContract.ts +++ b/src/client/apis/queryContract.ts @@ -1,6 +1,6 @@ import { JsonValue } from "@bufbuild/protobuf"; -import { utf8 } from "cosmes/codec"; -import { CosmwasmWasmV1QuerySmartContractStateService as QuerySmartContractStateService } from "cosmes/protobufs"; +import { utf8 } from "@onsonr/es/codec"; +import { CosmwasmWasmV1QuerySmartContractStateService as QuerySmartContractStateService } from "@onsonr/es/protobufs"; import { RpcClient } from "../clients/RpcClient"; diff --git a/src/client/apis/simulateTx.ts b/src/client/apis/simulateTx.ts index 1bb80ed..301009a 100644 --- a/src/client/apis/simulateTx.ts +++ b/src/client/apis/simulateTx.ts @@ -1,4 +1,4 @@ -import { CosmosTxV1beta1ServiceSimulateService as SimulateService } from "cosmes/protobufs"; +import { CosmosTxV1beta1ServiceSimulateService as SimulateService } from "@onsonr/es/protobufs"; import { Prettify } from "../../typeutils/prettify"; import { RpcClient } from "../clients/RpcClient"; diff --git a/src/client/clients/RpcClient.ts b/src/client/clients/RpcClient.ts index 088e46e..e02a96b 100644 --- a/src/client/clients/RpcClient.ts +++ b/src/client/clients/RpcClient.ts @@ -1,6 +1,6 @@ import { JsonValue, Message, PartialMessage } from "@bufbuild/protobuf"; -import { base16, base64 } from "cosmes/codec"; -import { CosmosTxV1beta1TxRaw as TxRaw } from "cosmes/protobufs"; +import { base16, base64 } from "@onsonr/es/codec"; +import { CosmosTxV1beta1TxRaw as TxRaw } from "@onsonr/es/protobufs"; import { FetchClient } from "./FetchClient"; diff --git a/src/client/models/MsgBeginRedelegate.ts b/src/client/models/MsgBeginRedelegate.ts index c4da326..6eea8f9 100644 --- a/src/client/models/MsgBeginRedelegate.ts +++ b/src/client/models/MsgBeginRedelegate.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosStakingV1beta1MsgBeginRedelegate as ProtoMsgBeginRedelegate } from "cosmes/protobufs"; +import { CosmosStakingV1beta1MsgBeginRedelegate as ProtoMsgBeginRedelegate } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgDelegate.ts b/src/client/models/MsgDelegate.ts index df1d2d8..50be9cf 100644 --- a/src/client/models/MsgDelegate.ts +++ b/src/client/models/MsgDelegate.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosStakingV1beta1MsgDelegate as ProtoMsgDelegate } from "cosmes/protobufs"; +import { CosmosStakingV1beta1MsgDelegate as ProtoMsgDelegate } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgExecuteContract.ts b/src/client/models/MsgExecuteContract.ts index 6ab0d5d..28df241 100644 --- a/src/client/models/MsgExecuteContract.ts +++ b/src/client/models/MsgExecuteContract.ts @@ -1,6 +1,6 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { utf8 } from "cosmes/codec"; -import { CosmwasmWasmV1MsgExecuteContract as ProtoMsgExecuteContract } from "cosmes/protobufs"; +import { utf8 } from "@onsonr/es/codec"; +import { CosmwasmWasmV1MsgExecuteContract as ProtoMsgExecuteContract } from "@onsonr/es/protobufs"; import { DeepPrettify, Prettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgIbcTransfer.ts b/src/client/models/MsgIbcTransfer.ts index 2b47bb3..6c490d8 100644 --- a/src/client/models/MsgIbcTransfer.ts +++ b/src/client/models/MsgIbcTransfer.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { IbcApplicationsTransferV1MsgTransfer as ProtoMsgIbcTransfer } from "cosmes/protobufs"; +import { IbcApplicationsTransferV1MsgTransfer as ProtoMsgIbcTransfer } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgInstantiateContract.ts b/src/client/models/MsgInstantiateContract.ts index e1a8905..026429a 100644 --- a/src/client/models/MsgInstantiateContract.ts +++ b/src/client/models/MsgInstantiateContract.ts @@ -1,6 +1,6 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { utf8 } from "cosmes/codec"; -import { CosmwasmWasmV1MsgInstantiateContract as ProtoMsgInstantiateContract } from "cosmes/protobufs"; +import { utf8 } from "@onsonr/es/codec"; +import { CosmwasmWasmV1MsgInstantiateContract as ProtoMsgInstantiateContract } from "@onsonr/es/protobufs"; import { DeepPrettify, Prettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgMigrateContract.ts b/src/client/models/MsgMigrateContract.ts index 359bdf8..6ecb8d7 100644 --- a/src/client/models/MsgMigrateContract.ts +++ b/src/client/models/MsgMigrateContract.ts @@ -1,6 +1,6 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { utf8 } from "cosmes/codec"; -import { CosmwasmWasmV1MsgMigrateContract as ProtoMsgMigrateContract } from "cosmes/protobufs"; +import { utf8 } from "@onsonr/es/codec"; +import { CosmwasmWasmV1MsgMigrateContract as ProtoMsgMigrateContract } from "@onsonr/es/protobufs"; import { DeepPrettify, Prettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgSend.ts b/src/client/models/MsgSend.ts index 3085b57..51798fa 100644 --- a/src/client/models/MsgSend.ts +++ b/src/client/models/MsgSend.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosBankV1beta1MsgSend as ProtoMsgSend } from "cosmes/protobufs"; +import { CosmosBankV1beta1MsgSend as ProtoMsgSend } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgStoreCode.ts b/src/client/models/MsgStoreCode.ts index e1c4711..16e3b96 100644 --- a/src/client/models/MsgStoreCode.ts +++ b/src/client/models/MsgStoreCode.ts @@ -1,6 +1,6 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { base64 } from "cosmes/codec"; -import { CosmwasmWasmV1MsgStoreCode as ProtoMsgStoreCode } from "cosmes/protobufs"; +import { base64 } from "@onsonr/es/codec"; +import { CosmwasmWasmV1MsgStoreCode as ProtoMsgStoreCode } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgUndelegate.ts b/src/client/models/MsgUndelegate.ts index 75c9f20..3f3a6bd 100644 --- a/src/client/models/MsgUndelegate.ts +++ b/src/client/models/MsgUndelegate.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosStakingV1beta1MsgUndelegate as ProtoMsgUndelegate } from "cosmes/protobufs"; +import { CosmosStakingV1beta1MsgUndelegate as ProtoMsgUndelegate } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/MsgWithdrawDelegatorRewards.ts b/src/client/models/MsgWithdrawDelegatorRewards.ts index b992ddb..01b21fc 100644 --- a/src/client/models/MsgWithdrawDelegatorRewards.ts +++ b/src/client/models/MsgWithdrawDelegatorRewards.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosDistributionV1beta1MsgWithdrawDelegatorReward as ProtoMsgWithdrawDelegatorRewards } from "cosmes/protobufs"; +import { CosmosDistributionV1beta1MsgWithdrawDelegatorReward as ProtoMsgWithdrawDelegatorRewards } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; @@ -21,11 +21,13 @@ export class MsgWithdrawDelegatorRewards implements Adapter { public toAmino() { return { - type: this.isLegacy ? "distribution/MsgWithdrawDelegationReward" : "cosmos-sdk/MsgWithdrawDelegationReward", + type: this.isLegacy + ? "distribution/MsgWithdrawDelegationReward" + : "cosmos-sdk/MsgWithdrawDelegationReward", value: { validator_address: this.data.validatorAddress, delegator_address: this.data.delegatorAddress, - }, + }, }; } -} \ No newline at end of file +} diff --git a/src/client/models/MsgWithdrawValidatorCommission.ts b/src/client/models/MsgWithdrawValidatorCommission.ts index 37e9821..9f3f6b1 100644 --- a/src/client/models/MsgWithdrawValidatorCommission.ts +++ b/src/client/models/MsgWithdrawValidatorCommission.ts @@ -1,5 +1,5 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { CosmosDistributionV1beta1MsgWithdrawValidatorCommission as ProtoMsgWithdrawValidatorCommission } from "cosmes/protobufs"; +import { CosmosDistributionV1beta1MsgWithdrawValidatorCommission as ProtoMsgWithdrawValidatorCommission } from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/Secp256k1PubKey.ts b/src/client/models/Secp256k1PubKey.ts index a5091fd..4fe844b 100644 --- a/src/client/models/Secp256k1PubKey.ts +++ b/src/client/models/Secp256k1PubKey.ts @@ -1,9 +1,9 @@ import { PlainMessage } from "@bufbuild/protobuf"; -import { base64 } from "cosmes/codec"; +import { base64 } from "@onsonr/es/codec"; import { EthermintCryptoV1Ethsecp256k1PubKey as ProtoEthermintSecp256k1PubKey, CosmosCryptoSecp256k1PubKey as ProtoSecp256k1PubKey, -} from "cosmes/protobufs"; +} from "@onsonr/es/protobufs"; import { DeepPrettify } from "../../typeutils/prettify"; import { Adapter } from "./Adapter"; diff --git a/src/client/models/Tx.ts b/src/client/models/Tx.ts index d1eabb9..e18613e 100644 --- a/src/client/models/Tx.ts +++ b/src/client/models/Tx.ts @@ -8,8 +8,8 @@ import { CosmosTxV1beta1SignerInfo as ProtoSignerInfo, CosmosTxV1beta1TxBody as ProtoTxBody, CosmosTxV1beta1TxRaw as ProtoTxRaw, -} from "cosmes/protobufs"; -import { SignDoc, StdSignDoc } from "cosmes/registry"; +} from "@onsonr/es/protobufs"; +import { SignDoc, StdSignDoc } from "@onsonr/es/registry"; import { toAny } from "../utils/toAny"; import { Adapter } from "./Adapter"; diff --git a/src/client/utils/calculateFee.ts b/src/client/utils/calculateFee.ts index 829cf4b..e0f0009 100644 --- a/src/client/utils/calculateFee.ts +++ b/src/client/utils/calculateFee.ts @@ -2,7 +2,7 @@ import { CosmosBaseV1beta1Coin as Coin, CosmosTxV1beta1Fee as Fee, CosmosBaseAbciV1beta1GasInfo as GasInfo, -} from "cosmes/protobufs"; +} from "@onsonr/es/protobufs"; /** * Estimates the fee for a transaction. For txs which uses more gas, the diff --git a/src/client/utils/toBaseAccount.ts b/src/client/utils/toBaseAccount.ts index a95a799..feff416 100644 --- a/src/client/utils/toBaseAccount.ts +++ b/src/client/utils/toBaseAccount.ts @@ -6,7 +6,7 @@ import { CosmosVestingV1beta1DelayedVestingAccount as DelayedVesting, EthermintTypesV1EthAccount as EthermintAccount, CosmosVestingV1beta1PeriodicVestingAccount as PeriodicVestingAccount, -} from "cosmes/protobufs"; +} from "@onsonr/es/protobufs"; const ERR_UNKNOWN_ACCOUNT_TYPE = "Unknown account type"; const ERR_UNABLE_TO_RESOLVE_BASE_ACCOUNT = "Unable to resolve base account"; diff --git a/src/codec/serialise.ts b/src/codec/serialise.ts index 6783a24..c11bf57 100644 --- a/src/codec/serialise.ts +++ b/src/codec/serialise.ts @@ -1,5 +1,5 @@ import { utf8 } from "@scure/base"; -import { StdSignDoc } from "cosmes/registry"; +import { StdSignDoc } from "@onsonr/es/registry"; /** * Escapes <,>,& in string. diff --git a/src/codec/sign.ts b/src/codec/sign.ts index e2c660d..c10c32c 100644 --- a/src/codec/sign.ts +++ b/src/codec/sign.ts @@ -3,8 +3,8 @@ import { sha256 } from "@noble/hashes/sha256"; import { keccak_256 } from "@noble/hashes/sha3"; import * as secp256k1 from "@noble/secp256k1"; import { utf8 } from "@scure/base"; -import { CosmosTxV1beta1SignDoc as SignDoc } from "cosmes/protobufs"; -import { StdSignDoc } from "cosmes/registry"; +import { CosmosTxV1beta1SignDoc as SignDoc } from "@onsonr/es/protobufs"; +import { StdSignDoc } from "@onsonr/es/registry"; import { serialiseSignDoc } from "./serialise"; diff --git a/src/protobufs/babylon/btccheckpoint/v1/query_cosmes.ts b/src/protobufs/babylon/btccheckpoint/v1/query_cosmes.ts index e31bfb5..ce00dcb 100644 --- a/src/protobufs/babylon/btccheckpoint/v1/query_cosmes.ts +++ b/src/protobufs/babylon/btccheckpoint/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btccheckpoint/v1/query.proto (package babylon.btccheckpoint.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/btccheckpoint/v1/tx_cosmes.ts b/src/protobufs/babylon/btccheckpoint/v1/tx_cosmes.ts index cc25358..1236457 100644 --- a/src/protobufs/babylon/btccheckpoint/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/btccheckpoint/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btccheckpoint/v1/tx.proto (package babylon.btccheckpoint.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/btclightclient/v1/query_cosmes.ts b/src/protobufs/babylon/btclightclient/v1/query_cosmes.ts index 22f37aa..9546bf4 100644 --- a/src/protobufs/babylon/btclightclient/v1/query_cosmes.ts +++ b/src/protobufs/babylon/btclightclient/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btclightclient/v1/query.proto (package babylon.btclightclient.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/btclightclient/v1/tx_cosmes.ts b/src/protobufs/babylon/btclightclient/v1/tx_cosmes.ts index 2b93b55..00ad6a6 100644 --- a/src/protobufs/babylon/btclightclient/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/btclightclient/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btclightclient/v1/tx.proto (package babylon.btclightclient.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/btcstaking/v1/query_cosmes.ts b/src/protobufs/babylon/btcstaking/v1/query_cosmes.ts index beeba32..49e2dc3 100644 --- a/src/protobufs/babylon/btcstaking/v1/query_cosmes.ts +++ b/src/protobufs/babylon/btcstaking/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btcstaking/v1/query.proto (package babylon.btcstaking.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/btcstaking/v1/tx_cosmes.ts b/src/protobufs/babylon/btcstaking/v1/tx_cosmes.ts index 55a18e5..96995fd 100644 --- a/src/protobufs/babylon/btcstaking/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/btcstaking/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/btcstaking/v1/tx.proto (package babylon.btcstaking.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/checkpointing/v1/query_cosmes.ts b/src/protobufs/babylon/checkpointing/v1/query_cosmes.ts index da846ce..eeaa9bb 100644 --- a/src/protobufs/babylon/checkpointing/v1/query_cosmes.ts +++ b/src/protobufs/babylon/checkpointing/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/checkpointing/v1/query.proto (package babylon.checkpointing.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/checkpointing/v1/tx_cosmes.ts b/src/protobufs/babylon/checkpointing/v1/tx_cosmes.ts index 15675ab..4d16e36 100644 --- a/src/protobufs/babylon/checkpointing/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/checkpointing/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/checkpointing/v1/tx.proto (package babylon.checkpointing.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/epoching/v1/query_cosmes.ts b/src/protobufs/babylon/epoching/v1/query_cosmes.ts index 9342b86..f3c4d3c 100644 --- a/src/protobufs/babylon/epoching/v1/query_cosmes.ts +++ b/src/protobufs/babylon/epoching/v1/query_cosmes.ts @@ -1,9 +1,28 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/epoching/v1/query.proto (package babylon.epoching.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { QueryCurrentEpochRequest, QueryCurrentEpochResponse, QueryDelegationLifecycleRequest, QueryDelegationLifecycleResponse, QueryEpochInfoRequest, QueryEpochInfoResponse, QueryEpochMsgsRequest, QueryEpochMsgsResponse, QueryEpochsInfoRequest, QueryEpochsInfoResponse, QueryEpochValSetRequest, QueryEpochValSetResponse, QueryLatestEpochMsgsRequest, QueryLatestEpochMsgsResponse, QueryParamsRequest, QueryParamsResponse, QueryValidatorLifecycleRequest, QueryValidatorLifecycleResponse } from "./query_pb.js"; +import { + QueryCurrentEpochRequest, + QueryCurrentEpochResponse, + QueryDelegationLifecycleRequest, + QueryDelegationLifecycleResponse, + QueryEpochInfoRequest, + QueryEpochInfoResponse, + QueryEpochMsgsRequest, + QueryEpochMsgsResponse, + QueryEpochsInfoRequest, + QueryEpochsInfoResponse, + QueryEpochValSetRequest, + QueryEpochValSetResponse, + QueryLatestEpochMsgsRequest, + QueryLatestEpochMsgsResponse, + QueryParamsRequest, + QueryParamsResponse, + QueryValidatorLifecycleRequest, + QueryValidatorLifecycleResponse, +} from "./query_pb.js"; const TYPE_NAME = "babylon.epoching.v1.Query"; @@ -117,4 +136,3 @@ export const QueryEpochValSetService = { Request: QueryEpochValSetRequest, Response: QueryEpochValSetResponse, } as const; - diff --git a/src/protobufs/babylon/epoching/v1/tx_cosmes.ts b/src/protobufs/babylon/epoching/v1/tx_cosmes.ts index 5901cff..6dafd8a 100644 --- a/src/protobufs/babylon/epoching/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/epoching/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/epoching/v1/tx.proto (package babylon.epoching.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/finality/v1/query_cosmes.ts b/src/protobufs/babylon/finality/v1/query_cosmes.ts index ff32226..59bdcb9 100644 --- a/src/protobufs/babylon/finality/v1/query_cosmes.ts +++ b/src/protobufs/babylon/finality/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/finality/v1/query.proto (package babylon.finality.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/finality/v1/tx_cosmes.ts b/src/protobufs/babylon/finality/v1/tx_cosmes.ts index 04ecb4c..d3ce9ee 100644 --- a/src/protobufs/babylon/finality/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/finality/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/finality/v1/tx.proto (package babylon.finality.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/incentive/query_cosmes.ts b/src/protobufs/babylon/incentive/query_cosmes.ts index b3c1309..f269e13 100644 --- a/src/protobufs/babylon/incentive/query_cosmes.ts +++ b/src/protobufs/babylon/incentive/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/incentive/query.proto (package babylon.incentive, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/incentive/tx_cosmes.ts b/src/protobufs/babylon/incentive/tx_cosmes.ts index 9ef6f04..30f9cf3 100644 --- a/src/protobufs/babylon/incentive/tx_cosmes.ts +++ b/src/protobufs/babylon/incentive/tx_cosmes.ts @@ -1,9 +1,14 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/incentive/tx.proto (package babylon.incentive, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { MsgUpdateParams, MsgUpdateParamsResponse, MsgWithdrawReward, MsgWithdrawRewardResponse } from "./tx_pb.js"; +import { + MsgUpdateParams, + MsgUpdateParamsResponse, + MsgWithdrawReward, + MsgWithdrawRewardResponse, +} from "./tx_pb.js"; const TYPE_NAME = "babylon.incentive.Msg"; @@ -30,4 +35,3 @@ export const MsgUpdateParamsService = { Request: MsgUpdateParams, Response: MsgUpdateParamsResponse, } as const; - diff --git a/src/protobufs/babylon/monitor/v1/query_cosmes.ts b/src/protobufs/babylon/monitor/v1/query_cosmes.ts index a77b1c0..fb271d7 100644 --- a/src/protobufs/babylon/monitor/v1/query_cosmes.ts +++ b/src/protobufs/babylon/monitor/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/monitor/v1/query.proto (package babylon.monitor.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/babylon/zoneconcierge/v1/query_cosmes.ts b/src/protobufs/babylon/zoneconcierge/v1/query_cosmes.ts index f9d401f..6140eea 100644 --- a/src/protobufs/babylon/zoneconcierge/v1/query_cosmes.ts +++ b/src/protobufs/babylon/zoneconcierge/v1/query_cosmes.ts @@ -1,9 +1,28 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/zoneconcierge/v1/query.proto (package babylon.zoneconcierge.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { QueryChainListRequest, QueryChainListResponse, QueryChainsInfoRequest, QueryChainsInfoResponse, QueryEpochChainsInfoRequest, QueryEpochChainsInfoResponse, QueryFinalizedChainInfoUntilHeightRequest, QueryFinalizedChainInfoUntilHeightResponse, QueryFinalizedChainsInfoRequest, QueryFinalizedChainsInfoResponse, QueryHeaderRequest, QueryHeaderResponse, QueryListEpochHeadersRequest, QueryListEpochHeadersResponse, QueryListHeadersRequest, QueryListHeadersResponse, QueryParamsRequest, QueryParamsResponse } from "./query_pb.js"; +import { + QueryChainListRequest, + QueryChainListResponse, + QueryChainsInfoRequest, + QueryChainsInfoResponse, + QueryEpochChainsInfoRequest, + QueryEpochChainsInfoResponse, + QueryFinalizedChainInfoUntilHeightRequest, + QueryFinalizedChainInfoUntilHeightResponse, + QueryFinalizedChainsInfoRequest, + QueryFinalizedChainsInfoResponse, + QueryHeaderRequest, + QueryHeaderResponse, + QueryListEpochHeadersRequest, + QueryListEpochHeadersResponse, + QueryListHeadersRequest, + QueryListHeadersResponse, + QueryParamsRequest, + QueryParamsResponse, +} from "./query_pb.js"; const TYPE_NAME = "babylon.zoneconcierge.v1.Query"; @@ -118,4 +137,3 @@ export const QueryFinalizedChainInfoUntilHeightService = { Request: QueryFinalizedChainInfoUntilHeightRequest, Response: QueryFinalizedChainInfoUntilHeightResponse, } as const; - diff --git a/src/protobufs/babylon/zoneconcierge/v1/tx_cosmes.ts b/src/protobufs/babylon/zoneconcierge/v1/tx_cosmes.ts index 9378eff..5a3905c 100644 --- a/src/protobufs/babylon/zoneconcierge/v1/tx_cosmes.ts +++ b/src/protobufs/babylon/zoneconcierge/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file babylon/zoneconcierge/v1/tx.proto (package babylon.zoneconcierge.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/app/v1alpha1/query_cosmes.ts b/src/protobufs/cosmos/app/v1alpha1/query_cosmes.ts index 8fbca05..a248007 100644 --- a/src/protobufs/cosmos/app/v1alpha1/query_cosmes.ts +++ b/src/protobufs/cosmos/app/v1alpha1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/app/v1alpha1/query.proto (package cosmos.app.v1alpha1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/auth/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/auth/v1beta1/query_cosmes.ts index 3d81d77..5c68e08 100644 --- a/src/protobufs/cosmos/auth/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/auth/v1beta1/query_cosmes.ts @@ -1,9 +1,30 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/auth/v1beta1/query.proto (package cosmos.auth.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, Bech32PrefixRequest, Bech32PrefixResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryAccountInfoRequest, QueryAccountInfoResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountsRequest, QueryAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryParamsRequest, QueryParamsResponse } from "./query_pb.js"; +import { + AddressBytesToStringRequest, + AddressBytesToStringResponse, + AddressStringToBytesRequest, + AddressStringToBytesResponse, + Bech32PrefixRequest, + Bech32PrefixResponse, + QueryAccountAddressByIDRequest, + QueryAccountAddressByIDResponse, + QueryAccountInfoRequest, + QueryAccountInfoResponse, + QueryAccountRequest, + QueryAccountResponse, + QueryAccountsRequest, + QueryAccountsResponse, + QueryModuleAccountByNameRequest, + QueryModuleAccountByNameResponse, + QueryModuleAccountsRequest, + QueryModuleAccountsResponse, + QueryParamsRequest, + QueryParamsResponse, +} from "./query_pb.js"; const TYPE_NAME = "cosmos.auth.v1beta1.Query"; @@ -143,4 +164,3 @@ export const QueryAccountInfoService = { Request: QueryAccountInfoRequest, Response: QueryAccountInfoResponse, } as const; - diff --git a/src/protobufs/cosmos/auth/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/auth/v1beta1/tx_cosmes.ts index f63c193..a7fb304 100644 --- a/src/protobufs/cosmos/auth/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/auth/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/auth/v1beta1/tx.proto (package cosmos.auth.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck @@ -21,4 +21,3 @@ export const MsgUpdateParamsService = { Request: MsgUpdateParams, Response: MsgUpdateParamsResponse, } as const; - diff --git a/src/protobufs/cosmos/authz/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/authz/v1beta1/query_cosmes.ts index 2295623..179ba7b 100644 --- a/src/protobufs/cosmos/authz/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/authz/v1beta1/query_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.43 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/authz/v1beta1/query.proto (package cosmos.authz.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/authz/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/authz/v1beta1/tx_cosmes.ts index beabedb..4b24484 100644 --- a/src/protobufs/cosmos/authz/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/authz/v1beta1/tx_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.43 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/authz/v1beta1/tx.proto (package cosmos.authz.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/autocli/v1/query_cosmes.ts b/src/protobufs/cosmos/autocli/v1/query_cosmes.ts index 2bb20a7..5a1cb5e 100644 --- a/src/protobufs/cosmos/autocli/v1/query_cosmes.ts +++ b/src/protobufs/cosmos/autocli/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/autocli/v1/query.proto (package cosmos.autocli.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/bank/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/bank/v1beta1/query_cosmes.ts index 39de04f..f798c11 100644 --- a/src/protobufs/cosmos/bank/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/bank/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/bank/v1beta1/query.proto (package cosmos.bank.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/bank/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/bank/v1beta1/tx_cosmes.ts index 3012e81..53e2c94 100644 --- a/src/protobufs/cosmos/bank/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/bank/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/bank/v1beta1/tx.proto (package cosmos.bank.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/base/node/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/base/node/v1beta1/query_cosmes.ts index c8e0711..7f3c0ce 100644 --- a/src/protobufs/cosmos/base/node/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/base/node/v1beta1/query_cosmes.ts @@ -1,9 +1,14 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/base/node/v1beta1/query.proto (package cosmos.base.node.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { ConfigRequest, ConfigResponse, StatusRequest, StatusResponse } from "./query_pb.js"; +import { + ConfigRequest, + ConfigResponse, + StatusRequest, + StatusResponse, +} from "./query_pb.js"; const TYPE_NAME = "cosmos.base.node.v1beta1.Service"; @@ -30,4 +35,3 @@ export const ServiceStatusService = { Request: StatusRequest, Response: StatusResponse, } as const; - diff --git a/src/protobufs/cosmos/base/reflection/v1beta1/reflection_cosmes.ts b/src/protobufs/cosmos/base/reflection/v1beta1/reflection_cosmes.ts index 96a7e54..5852bee 100644 --- a/src/protobufs/cosmos/base/reflection/v1beta1/reflection_cosmes.ts +++ b/src/protobufs/cosmos/base/reflection/v1beta1/reflection_cosmes.ts @@ -1,9 +1,14 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/base/reflection/v1beta1/reflection.proto (package cosmos.base.reflection.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { ListAllInterfacesRequest, ListAllInterfacesResponse, ListImplementationsRequest, ListImplementationsResponse } from "./reflection_pb.js"; +import { + ListAllInterfacesRequest, + ListAllInterfacesResponse, + ListImplementationsRequest, + ListImplementationsResponse, +} from "./reflection_pb.js"; const TYPE_NAME = "cosmos.base.reflection.v1beta1.ReflectionService"; @@ -32,4 +37,3 @@ export const ReflectionServiceListImplementationsService = { Request: ListImplementationsRequest, Response: ListImplementationsResponse, } as const; - diff --git a/src/protobufs/cosmos/base/reflection/v2alpha1/reflection_cosmes.ts b/src/protobufs/cosmos/base/reflection/v2alpha1/reflection_cosmes.ts index aafaa4a..c2e7a6a 100644 --- a/src/protobufs/cosmos/base/reflection/v2alpha1/reflection_cosmes.ts +++ b/src/protobufs/cosmos/base/reflection/v2alpha1/reflection_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.43 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/base/reflection/v2alpha1/reflection.proto (package cosmos.base.reflection.v2alpha1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/base/tendermint/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/base/tendermint/v1beta1/query_cosmes.ts index a4c5182..819e369 100644 --- a/src/protobufs/cosmos/base/tendermint/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/base/tendermint/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/base/tendermint/v1beta1/query.proto (package cosmos.base.tendermint.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/circuit/v1/query_cosmes.ts b/src/protobufs/cosmos/circuit/v1/query_cosmes.ts index 25248d2..212c3c4 100644 --- a/src/protobufs/cosmos/circuit/v1/query_cosmes.ts +++ b/src/protobufs/cosmos/circuit/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/circuit/v1/query.proto (package cosmos.circuit.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/circuit/v1/tx_cosmes.ts b/src/protobufs/cosmos/circuit/v1/tx_cosmes.ts index cb793b6..e05a82a 100644 --- a/src/protobufs/cosmos/circuit/v1/tx_cosmes.ts +++ b/src/protobufs/cosmos/circuit/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/circuit/v1/tx.proto (package cosmos.circuit.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/consensus/v1/query_cosmes.ts b/src/protobufs/cosmos/consensus/v1/query_cosmes.ts index 934b60b..0c4958e 100644 --- a/src/protobufs/cosmos/consensus/v1/query_cosmes.ts +++ b/src/protobufs/cosmos/consensus/v1/query_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.47 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/consensus/v1/query.proto (package cosmos.consensus.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck @@ -20,4 +20,3 @@ export const QueryParamsService = { Request: QueryParamsRequest, Response: QueryParamsResponse, } as const; - diff --git a/src/protobufs/cosmos/consensus/v1/tx_cosmes.ts b/src/protobufs/cosmos/consensus/v1/tx_cosmes.ts index 0986f46..d21c9bf 100644 --- a/src/protobufs/cosmos/consensus/v1/tx_cosmes.ts +++ b/src/protobufs/cosmos/consensus/v1/tx_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.47 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/consensus/v1/tx.proto (package cosmos.consensus.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/crisis/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/crisis/v1beta1/tx_cosmes.ts index 670c942..dec6747 100644 --- a/src/protobufs/cosmos/crisis/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/crisis/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/crisis/v1beta1/tx.proto (package cosmos.crisis.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/distribution/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/distribution/v1beta1/query_cosmes.ts index c8046eb..45d5b09 100644 --- a/src/protobufs/cosmos/distribution/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/distribution/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/distribution/v1beta1/query.proto (package cosmos.distribution.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/distribution/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/distribution/v1beta1/tx_cosmes.ts index b37bf5a..46108f7 100644 --- a/src/protobufs/cosmos/distribution/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/distribution/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/distribution/v1beta1/tx.proto (package cosmos.distribution.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/evidence/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/evidence/v1beta1/query_cosmes.ts index a6cf576..6363fd5 100644 --- a/src/protobufs/cosmos/evidence/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/evidence/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/evidence/v1beta1/query.proto (package cosmos.evidence.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/evidence/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/evidence/v1beta1/tx_cosmes.ts index b547bf8..1c8125f 100644 --- a/src/protobufs/cosmos/evidence/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/evidence/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/evidence/v1beta1/tx.proto (package cosmos.evidence.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/feegrant/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/feegrant/v1beta1/query_cosmes.ts index af56a2b..dbd320f 100644 --- a/src/protobufs/cosmos/feegrant/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/feegrant/v1beta1/query_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.43 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/feegrant/v1beta1/query.proto (package cosmos.feegrant.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/feegrant/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/feegrant/v1beta1/tx_cosmes.ts index 63979fa..45a0f02 100644 --- a/src/protobufs/cosmos/feegrant/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/feegrant/v1beta1/tx_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.43 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/feegrant/v1beta1/tx.proto (package cosmos.feegrant.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/gov/v1/query_cosmes.ts b/src/protobufs/cosmos/gov/v1/query_cosmes.ts index d01a259..65b93ee 100644 --- a/src/protobufs/cosmos/gov/v1/query_cosmes.ts +++ b/src/protobufs/cosmos/gov/v1/query_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.46 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/gov/v1/query.proto (package cosmos.gov.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/gov/v1/tx_cosmes.ts b/src/protobufs/cosmos/gov/v1/tx_cosmes.ts index 2907ad8..b2756ad 100644 --- a/src/protobufs/cosmos/gov/v1/tx_cosmes.ts +++ b/src/protobufs/cosmos/gov/v1/tx_cosmes.ts @@ -1,11 +1,26 @@ // Since: cosmos-sdk 0.46 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/gov/v1/tx.proto (package cosmos.gov.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { MsgCancelProposal, MsgCancelProposalResponse, MsgDeposit, MsgDepositResponse, MsgExecLegacyContent, MsgExecLegacyContentResponse, MsgSubmitProposal, MsgSubmitProposalResponse, MsgUpdateParams, MsgUpdateParamsResponse, MsgVote, MsgVoteResponse, MsgVoteWeighted, MsgVoteWeightedResponse } from "./tx_pb.js"; +import { + MsgCancelProposal, + MsgCancelProposalResponse, + MsgDeposit, + MsgDepositResponse, + MsgExecLegacyContent, + MsgExecLegacyContentResponse, + MsgSubmitProposal, + MsgSubmitProposalResponse, + MsgUpdateParams, + MsgUpdateParamsResponse, + MsgVote, + MsgVoteResponse, + MsgVoteWeighted, + MsgVoteWeightedResponse, +} from "./tx_pb.js"; const TYPE_NAME = "cosmos.gov.v1.Msg"; @@ -98,4 +113,3 @@ export const MsgCancelProposalService = { Request: MsgCancelProposal, Response: MsgCancelProposalResponse, } as const; - diff --git a/src/protobufs/cosmos/gov/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/gov/v1beta1/query_cosmes.ts index 2bcd2e3..e4db7df 100644 --- a/src/protobufs/cosmos/gov/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/gov/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/gov/v1beta1/query.proto (package cosmos.gov.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/gov/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/gov/v1beta1/tx_cosmes.ts index 1c4198d..69ba1bb 100644 --- a/src/protobufs/cosmos/gov/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/gov/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/gov/v1beta1/tx.proto (package cosmos.gov.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/group/v1/query_cosmes.ts b/src/protobufs/cosmos/group/v1/query_cosmes.ts index 1faeb8b..306f3c7 100644 --- a/src/protobufs/cosmos/group/v1/query_cosmes.ts +++ b/src/protobufs/cosmos/group/v1/query_cosmes.ts @@ -1,11 +1,40 @@ // Since: cosmos-sdk 0.46 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/group/v1/query.proto (package cosmos.group.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { QueryGroupInfoRequest, QueryGroupInfoResponse, QueryGroupMembersRequest, QueryGroupMembersResponse, QueryGroupPoliciesByAdminRequest, QueryGroupPoliciesByAdminResponse, QueryGroupPoliciesByGroupRequest, QueryGroupPoliciesByGroupResponse, QueryGroupPolicyInfoRequest, QueryGroupPolicyInfoResponse, QueryGroupsByAdminRequest, QueryGroupsByAdminResponse, QueryGroupsByMemberRequest, QueryGroupsByMemberResponse, QueryGroupsRequest, QueryGroupsResponse, QueryProposalRequest, QueryProposalResponse, QueryProposalsByGroupPolicyRequest, QueryProposalsByGroupPolicyResponse, QueryTallyResultRequest, QueryTallyResultResponse, QueryVoteByProposalVoterRequest, QueryVoteByProposalVoterResponse, QueryVotesByProposalRequest, QueryVotesByProposalResponse, QueryVotesByVoterRequest, QueryVotesByVoterResponse } from "./query_pb.js"; +import { + QueryGroupInfoRequest, + QueryGroupInfoResponse, + QueryGroupMembersRequest, + QueryGroupMembersResponse, + QueryGroupPoliciesByAdminRequest, + QueryGroupPoliciesByAdminResponse, + QueryGroupPoliciesByGroupRequest, + QueryGroupPoliciesByGroupResponse, + QueryGroupPolicyInfoRequest, + QueryGroupPolicyInfoResponse, + QueryGroupsByAdminRequest, + QueryGroupsByAdminResponse, + QueryGroupsByMemberRequest, + QueryGroupsByMemberResponse, + QueryGroupsRequest, + QueryGroupsResponse, + QueryProposalRequest, + QueryProposalResponse, + QueryProposalsByGroupPolicyRequest, + QueryProposalsByGroupPolicyResponse, + QueryTallyResultRequest, + QueryTallyResultResponse, + QueryVoteByProposalVoterRequest, + QueryVoteByProposalVoterResponse, + QueryVotesByProposalRequest, + QueryVotesByProposalResponse, + QueryVotesByVoterRequest, + QueryVotesByVoterResponse, +} from "./query_pb.js"; const TYPE_NAME = "cosmos.group.v1.Query"; @@ -182,4 +211,3 @@ export const QueryGroupsService = { Request: QueryGroupsRequest, Response: QueryGroupsResponse, } as const; - diff --git a/src/protobufs/cosmos/group/v1/tx_cosmes.ts b/src/protobufs/cosmos/group/v1/tx_cosmes.ts index 884d2c2..8598aa1 100644 --- a/src/protobufs/cosmos/group/v1/tx_cosmes.ts +++ b/src/protobufs/cosmos/group/v1/tx_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.46 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/group/v1/tx.proto (package cosmos.group.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/mint/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/mint/v1beta1/query_cosmes.ts index 4686deb..9c0c053 100644 --- a/src/protobufs/cosmos/mint/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/mint/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/mint/v1beta1/query.proto (package cosmos.mint.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/mint/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/mint/v1beta1/tx_cosmes.ts index 431a5f7..e7658ab 100644 --- a/src/protobufs/cosmos/mint/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/mint/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/mint/v1beta1/tx.proto (package cosmos.mint.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck @@ -21,4 +21,3 @@ export const MsgUpdateParamsService = { Request: MsgUpdateParams, Response: MsgUpdateParamsResponse, } as const; - diff --git a/src/protobufs/cosmos/nft/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/nft/v1beta1/query_cosmes.ts index f39e6a1..b40aada 100644 --- a/src/protobufs/cosmos/nft/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/nft/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/nft/v1beta1/query.proto (package cosmos.nft.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/nft/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/nft/v1beta1/tx_cosmes.ts index cb25d45..13ecbb8 100644 --- a/src/protobufs/cosmos/nft/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/nft/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/nft/v1beta1/tx.proto (package cosmos.nft.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/orm/query/v1alpha1/query_cosmes.ts b/src/protobufs/cosmos/orm/query/v1alpha1/query_cosmes.ts index 55ee4cf..6afe524 100644 --- a/src/protobufs/cosmos/orm/query/v1alpha1/query_cosmes.ts +++ b/src/protobufs/cosmos/orm/query/v1alpha1/query_cosmes.ts @@ -1,9 +1,14 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/orm/query/v1alpha1/query.proto (package cosmos.orm.query.v1alpha1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { GetRequest, GetResponse, ListRequest, ListResponse } from "./query_pb.js"; +import { + GetRequest, + GetResponse, + ListRequest, + ListResponse, +} from "./query_pb.js"; const TYPE_NAME = "cosmos.orm.query.v1alpha1.Query"; @@ -30,4 +35,3 @@ export const QueryListService = { Request: ListRequest, Response: ListResponse, } as const; - diff --git a/src/protobufs/cosmos/params/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/params/v1beta1/query_cosmes.ts index e086f41..166c3d0 100644 --- a/src/protobufs/cosmos/params/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/params/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/params/v1beta1/query.proto (package cosmos.params.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/reflection/v1/reflection_cosmes.ts b/src/protobufs/cosmos/reflection/v1/reflection_cosmes.ts index d6dee93..607d86f 100644 --- a/src/protobufs/cosmos/reflection/v1/reflection_cosmes.ts +++ b/src/protobufs/cosmos/reflection/v1/reflection_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/reflection/v1/reflection.proto (package cosmos.reflection.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/slashing/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/slashing/v1beta1/query_cosmes.ts index b9d7491..65715ec 100644 --- a/src/protobufs/cosmos/slashing/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/slashing/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/slashing/v1beta1/query.proto (package cosmos.slashing.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/slashing/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/slashing/v1beta1/tx_cosmes.ts index baaed37..a605a42 100644 --- a/src/protobufs/cosmos/slashing/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/slashing/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/slashing/v1beta1/tx.proto (package cosmos.slashing.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/staking/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/staking/v1beta1/query_cosmes.ts index 8198131..cebf727 100644 --- a/src/protobufs/cosmos/staking/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/staking/v1beta1/query_cosmes.ts @@ -1,9 +1,38 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/staking/v1beta1/query.proto (package cosmos.staking.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { QueryDelegationRequest, QueryDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse } from "./query_pb.js"; +import { + QueryDelegationRequest, + QueryDelegationResponse, + QueryDelegatorDelegationsRequest, + QueryDelegatorDelegationsResponse, + QueryDelegatorUnbondingDelegationsRequest, + QueryDelegatorUnbondingDelegationsResponse, + QueryDelegatorValidatorRequest, + QueryDelegatorValidatorResponse, + QueryDelegatorValidatorsRequest, + QueryDelegatorValidatorsResponse, + QueryHistoricalInfoRequest, + QueryHistoricalInfoResponse, + QueryParamsRequest, + QueryParamsResponse, + QueryPoolRequest, + QueryPoolResponse, + QueryRedelegationsRequest, + QueryRedelegationsResponse, + QueryUnbondingDelegationRequest, + QueryUnbondingDelegationResponse, + QueryValidatorDelegationsRequest, + QueryValidatorDelegationsResponse, + QueryValidatorRequest, + QueryValidatorResponse, + QueryValidatorsRequest, + QueryValidatorsResponse, + QueryValidatorUnbondingDelegationsRequest, + QueryValidatorUnbondingDelegationsResponse, +} from "./query_pb.js"; const TYPE_NAME = "cosmos.staking.v1beta1.Query"; @@ -199,4 +228,3 @@ export const QueryParamsService = { Request: QueryParamsRequest, Response: QueryParamsResponse, } as const; - diff --git a/src/protobufs/cosmos/staking/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/staking/v1beta1/tx_cosmes.ts index d17525d..213e192 100644 --- a/src/protobufs/cosmos/staking/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/staking/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/staking/v1beta1/tx.proto (package cosmos.staking.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/store/streaming/abci/grpc_cosmes.ts b/src/protobufs/cosmos/store/streaming/abci/grpc_cosmes.ts index 0256b34..4d179b6 100644 --- a/src/protobufs/cosmos/store/streaming/abci/grpc_cosmes.ts +++ b/src/protobufs/cosmos/store/streaming/abci/grpc_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/store/streaming/abci/grpc.proto (package cosmos.store.streaming.abci, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/tx/v1beta1/service_cosmes.ts b/src/protobufs/cosmos/tx/v1beta1/service_cosmes.ts index 36988a0..29b7687 100644 --- a/src/protobufs/cosmos/tx/v1beta1/service_cosmes.ts +++ b/src/protobufs/cosmos/tx/v1beta1/service_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/tx/v1beta1/service.proto (package cosmos.tx.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/upgrade/v1beta1/query_cosmes.ts b/src/protobufs/cosmos/upgrade/v1beta1/query_cosmes.ts index e6c3b64..89a9731 100644 --- a/src/protobufs/cosmos/upgrade/v1beta1/query_cosmes.ts +++ b/src/protobufs/cosmos/upgrade/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/upgrade/v1beta1/query.proto (package cosmos.upgrade.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/upgrade/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/upgrade/v1beta1/tx_cosmes.ts index 0598a28..fef6234 100644 --- a/src/protobufs/cosmos/upgrade/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/upgrade/v1beta1/tx_cosmes.ts @@ -1,6 +1,6 @@ // Since: cosmos-sdk 0.46 -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/upgrade/v1beta1/tx.proto (package cosmos.upgrade.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmos/vesting/v1beta1/tx_cosmes.ts b/src/protobufs/cosmos/vesting/v1beta1/tx_cosmes.ts index 918b560..5649057 100644 --- a/src/protobufs/cosmos/vesting/v1beta1/tx_cosmes.ts +++ b/src/protobufs/cosmos/vesting/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmos/vesting/v1beta1/tx.proto (package cosmos.vesting.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmwasm/wasm/v1/query_cosmes.ts b/src/protobufs/cosmwasm/wasm/v1/query_cosmes.ts index 369a436..88dd6da 100644 --- a/src/protobufs/cosmwasm/wasm/v1/query_cosmes.ts +++ b/src/protobufs/cosmwasm/wasm/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmwasm/wasm/v1/query.proto (package cosmwasm.wasm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/cosmwasm/wasm/v1/tx_cosmes.ts b/src/protobufs/cosmwasm/wasm/v1/tx_cosmes.ts index 5a68dce..3f2e1ee 100644 --- a/src/protobufs/cosmwasm/wasm/v1/tx_cosmes.ts +++ b/src/protobufs/cosmwasm/wasm/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file cosmwasm/wasm/v1/tx.proto (package cosmwasm.wasm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/did/v1/query_cosmes.ts b/src/protobufs/did/v1/query_cosmes.ts index e8f3d4e..c15da5e 100644 --- a/src/protobufs/did/v1/query_cosmes.ts +++ b/src/protobufs/did/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file did/v1/query.proto (package did.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/did/v1/tx_cosmes.ts b/src/protobufs/did/v1/tx_cosmes.ts index 05f65bf..dbcbba0 100644 --- a/src/protobufs/did/v1/tx_cosmes.ts +++ b/src/protobufs/did/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file did/v1/tx.proto (package did.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/dwn/v1/query_cosmes.ts b/src/protobufs/dwn/v1/query_cosmes.ts index fbc3e4b..de382ef 100644 --- a/src/protobufs/dwn/v1/query_cosmes.ts +++ b/src/protobufs/dwn/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file dwn/v1/query.proto (package dwn.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/dwn/v1/tx_cosmes.ts b/src/protobufs/dwn/v1/tx_cosmes.ts index c8562cd..bdbba99 100644 --- a/src/protobufs/dwn/v1/tx_cosmes.ts +++ b/src/protobufs/dwn/v1/tx_cosmes.ts @@ -1,9 +1,14 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file dwn/v1/tx.proto (package dwn.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { MsgInitialize, MsgInitializeResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx_pb.js"; +import { + MsgInitialize, + MsgInitializeResponse, + MsgUpdateParams, + MsgUpdateParamsResponse, +} from "./tx_pb.js"; const TYPE_NAME = "dwn.v1.Msg"; @@ -32,4 +37,3 @@ export const MsgInitializeService = { Request: MsgInitialize, Response: MsgInitializeResponse, } as const; - diff --git a/src/protobufs/ethermint/evm/v1/query_cosmes.ts b/src/protobufs/ethermint/evm/v1/query_cosmes.ts index 51e4534..2aba51d 100644 --- a/src/protobufs/ethermint/evm/v1/query_cosmes.ts +++ b/src/protobufs/ethermint/evm/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ethermint/evm/v1/query.proto (package ethermint.evm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ethermint/evm/v1/tx_cosmes.ts b/src/protobufs/ethermint/evm/v1/tx_cosmes.ts index d9d5603..48b9a97 100644 --- a/src/protobufs/ethermint/evm/v1/tx_cosmes.ts +++ b/src/protobufs/ethermint/evm/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ethermint/evm/v1/tx.proto (package ethermint.evm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ethermint/feemarket/v1/query_cosmes.ts b/src/protobufs/ethermint/feemarket/v1/query_cosmes.ts index c9bc1d0..524253a 100644 --- a/src/protobufs/ethermint/feemarket/v1/query_cosmes.ts +++ b/src/protobufs/ethermint/feemarket/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ethermint/feemarket/v1/query.proto (package ethermint.feemarket.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ethermint/feemarket/v1/tx_cosmes.ts b/src/protobufs/ethermint/feemarket/v1/tx_cosmes.ts index d3e260c..44cc3b7 100644 --- a/src/protobufs/ethermint/feemarket/v1/tx_cosmes.ts +++ b/src/protobufs/ethermint/feemarket/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ethermint/feemarket/v1/tx.proto (package ethermint.feemarket.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/fee/v1/query_cosmes.ts b/src/protobufs/ibc/applications/fee/v1/query_cosmes.ts index e955132..9e54de9 100644 --- a/src/protobufs/ibc/applications/fee/v1/query_cosmes.ts +++ b/src/protobufs/ibc/applications/fee/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/fee/v1/query.proto (package ibc.applications.fee.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/fee/v1/tx_cosmes.ts b/src/protobufs/ibc/applications/fee/v1/tx_cosmes.ts index 432bfd1..17882dd 100644 --- a/src/protobufs/ibc/applications/fee/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/applications/fee/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/fee/v1/tx.proto (package ibc.applications.fee.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/interchain_accounts/controller/v1/query_cosmes.ts b/src/protobufs/ibc/applications/interchain_accounts/controller/v1/query_cosmes.ts index af11d25..ddce328 100644 --- a/src/protobufs/ibc/applications/interchain_accounts/controller/v1/query_cosmes.ts +++ b/src/protobufs/ibc/applications/interchain_accounts/controller/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/interchain_accounts/controller/v1/query.proto (package ibc.applications.interchain_accounts.controller.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/interchain_accounts/controller/v1/tx_cosmes.ts b/src/protobufs/ibc/applications/interchain_accounts/controller/v1/tx_cosmes.ts index 76cc02f..0f84600 100644 --- a/src/protobufs/ibc/applications/interchain_accounts/controller/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/applications/interchain_accounts/controller/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/interchain_accounts/controller/v1/tx.proto (package ibc.applications.interchain_accounts.controller.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/interchain_accounts/host/v1/query_cosmes.ts b/src/protobufs/ibc/applications/interchain_accounts/host/v1/query_cosmes.ts index 89d6014..e002a8a 100644 --- a/src/protobufs/ibc/applications/interchain_accounts/host/v1/query_cosmes.ts +++ b/src/protobufs/ibc/applications/interchain_accounts/host/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/interchain_accounts/host/v1/query.proto (package ibc.applications.interchain_accounts.host.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/interchain_accounts/host/v1/tx_cosmes.ts b/src/protobufs/ibc/applications/interchain_accounts/host/v1/tx_cosmes.ts index cd4fb7f..2029486 100644 --- a/src/protobufs/ibc/applications/interchain_accounts/host/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/applications/interchain_accounts/host/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/interchain_accounts/host/v1/tx.proto (package ibc.applications.interchain_accounts.host.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/transfer/v1/query_cosmes.ts b/src/protobufs/ibc/applications/transfer/v1/query_cosmes.ts index 1eb253a..145c4e7 100644 --- a/src/protobufs/ibc/applications/transfer/v1/query_cosmes.ts +++ b/src/protobufs/ibc/applications/transfer/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/transfer/v1/query.proto (package ibc.applications.transfer.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/transfer/v1/tx_cosmes.ts b/src/protobufs/ibc/applications/transfer/v1/tx_cosmes.ts index d24c076..dcdbc69 100644 --- a/src/protobufs/ibc/applications/transfer/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/applications/transfer/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/transfer/v1/tx.proto (package ibc.applications.transfer.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/applications/transfer/v2/queryv2_cosmes.ts b/src/protobufs/ibc/applications/transfer/v2/queryv2_cosmes.ts index fde77af..910d647 100644 --- a/src/protobufs/ibc/applications/transfer/v2/queryv2_cosmes.ts +++ b/src/protobufs/ibc/applications/transfer/v2/queryv2_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/applications/transfer/v2/queryv2.proto (package ibc.applications.transfer.v2, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/channel/v1/query_cosmes.ts b/src/protobufs/ibc/core/channel/v1/query_cosmes.ts index 445ed26..e741b47 100644 --- a/src/protobufs/ibc/core/channel/v1/query_cosmes.ts +++ b/src/protobufs/ibc/core/channel/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/channel/v1/query.proto (package ibc.core.channel.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/channel/v1/tx_cosmes.ts b/src/protobufs/ibc/core/channel/v1/tx_cosmes.ts index 8698940..030bec3 100644 --- a/src/protobufs/ibc/core/channel/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/core/channel/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/channel/v1/tx.proto (package ibc.core.channel.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/client/v1/query_cosmes.ts b/src/protobufs/ibc/core/client/v1/query_cosmes.ts index 5744fa3..ac4322f 100644 --- a/src/protobufs/ibc/core/client/v1/query_cosmes.ts +++ b/src/protobufs/ibc/core/client/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/client/v1/query.proto (package ibc.core.client.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/client/v1/tx_cosmes.ts b/src/protobufs/ibc/core/client/v1/tx_cosmes.ts index 6a722b5..9683846 100644 --- a/src/protobufs/ibc/core/client/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/core/client/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/client/v1/tx.proto (package ibc.core.client.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/connection/v1/query_cosmes.ts b/src/protobufs/ibc/core/connection/v1/query_cosmes.ts index 0a65f86..eb45d56 100644 --- a/src/protobufs/ibc/core/connection/v1/query_cosmes.ts +++ b/src/protobufs/ibc/core/connection/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/connection/v1/query.proto (package ibc.core.connection.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/core/connection/v1/tx_cosmes.ts b/src/protobufs/ibc/core/connection/v1/tx_cosmes.ts index a68bae2..9cbd362 100644 --- a/src/protobufs/ibc/core/connection/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/core/connection/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/core/connection/v1/tx.proto (package ibc.core.connection.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/lightclients/wasm/v1/query_cosmes.ts b/src/protobufs/ibc/lightclients/wasm/v1/query_cosmes.ts index b706abf..799850e 100644 --- a/src/protobufs/ibc/lightclients/wasm/v1/query_cosmes.ts +++ b/src/protobufs/ibc/lightclients/wasm/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/lightclients/wasm/v1/query.proto (package ibc.lightclients.wasm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/ibc/lightclients/wasm/v1/tx_cosmes.ts b/src/protobufs/ibc/lightclients/wasm/v1/tx_cosmes.ts index 8b6e2f9..7879bf6 100644 --- a/src/protobufs/ibc/lightclients/wasm/v1/tx_cosmes.ts +++ b/src/protobufs/ibc/lightclients/wasm/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file ibc/lightclients/wasm/v1/tx.proto (package ibc.lightclients.wasm.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/index.ts b/src/protobufs/index.ts index ee20bf9..e5b7305 100644 --- a/src/protobufs/index.ts +++ b/src/protobufs/index.ts @@ -137,7 +137,7 @@ export { ABCIExtendVoteService as TendermintAbciABCIExtendVoteService, ABCIVerifyVoteExtensionService as TendermintAbciABCIVerifyVoteExtensionService, ABCIFinalizeBlockService as TendermintAbciABCIFinalizeBlockService, -} from "./tendermint/abci/types_cosmes.js"; +} from "./tendermint/abci/types_@onsonr/es.js"; export { MsgUpdateParams as SvcV1MsgUpdateParams, MsgUpdateParamsResponse as SvcV1MsgUpdateParamsResponse, @@ -147,7 +147,7 @@ export { export { MsgUpdateParamsService as SvcV1MsgUpdateParamsService, MsgRegisterServiceService as SvcV1MsgRegisterServiceService, -} from "./svc/v1/tx_cosmes.js"; +} from "./svc/v1/tx_@onsonr/es.js"; export { Domain as SvcV1Domain, Metadata as SvcV1Metadata, @@ -158,7 +158,7 @@ export { } from "./svc/v1/query_pb.js"; export { QueryParamsService as SvcV1QueryParamsService, -} from "./svc/v1/query_cosmes.js"; +} from "./svc/v1/query_@onsonr/es.js"; export { GenesisState as SvcV1GenesisState, Params as SvcV1Params, @@ -193,7 +193,7 @@ export { MsgRedelegateValidatorSetService as OsmosisValsetprefV1beta1MsgRedelegateValidatorSetService, MsgWithdrawDelegationRewardsService as OsmosisValsetprefV1beta1MsgWithdrawDelegationRewardsService, MsgDelegateBondedTokensService as OsmosisValsetprefV1beta1MsgDelegateBondedTokensService, -} from "./osmosis/valsetpref/v1beta1/tx_cosmes.js"; +} from "./osmosis/valsetpref/v1beta1/tx_@onsonr/es.js"; export { ValidatorPreference as OsmosisValsetprefV1beta1ValidatorPreference, ValidatorSetPreferences as OsmosisValsetprefV1beta1ValidatorSetPreferences, @@ -204,14 +204,14 @@ export { } from "./osmosis/valsetpref/v1beta1/query_pb.js"; export { QueryUserValidatorPreferencesService as OsmosisValsetprefV1beta1QueryUserValidatorPreferencesService, -} from "./osmosis/valsetpref/v1beta1/query_cosmes.js"; +} from "./osmosis/valsetpref/v1beta1/query_@onsonr/es.js"; export { MsgSetFeeTokens as OsmosisTxfeesV1beta1MsgSetFeeTokens, MsgSetFeeTokensResponse as OsmosisTxfeesV1beta1MsgSetFeeTokensResponse, } from "./osmosis/txfees/v1beta1/tx_pb.js"; export { MsgSetFeeTokensService as OsmosisTxfeesV1beta1MsgSetFeeTokensService, -} from "./osmosis/txfees/v1beta1/tx_cosmes.js"; +} from "./osmosis/txfees/v1beta1/tx_@onsonr/es.js"; export { QueryFeeTokensRequest as OsmosisTxfeesV1beta1QueryFeeTokensRequest, QueryFeeTokensResponse as OsmosisTxfeesV1beta1QueryFeeTokensResponse, @@ -230,7 +230,7 @@ export { QueryDenomPoolIdService as OsmosisTxfeesV1beta1QueryDenomPoolIdService, QueryBaseDenomService as OsmosisTxfeesV1beta1QueryBaseDenomService, QueryGetEipBaseFeeService as OsmosisTxfeesV1beta1QueryGetEipBaseFeeService, -} from "./osmosis/txfees/v1beta1/query_cosmes.js"; +} from "./osmosis/txfees/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisTxfeesV1beta1Params, } from "./osmosis/txfees/v1beta1/params_pb.js"; @@ -266,7 +266,7 @@ export { QueryArithmeticTwapToNowService as OsmosisTwapV1beta1QueryArithmeticTwapToNowService, QueryGeometricTwapService as OsmosisTwapV1beta1QueryGeometricTwapService, QueryGeometricTwapToNowService as OsmosisTwapV1beta1QueryGeometricTwapToNowService, -} from "./osmosis/twap/v1beta1/query_cosmes.js"; +} from "./osmosis/twap/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisTwapV1beta1Params, GenesisState as OsmosisTwapV1beta1GenesisState, @@ -295,7 +295,7 @@ export { MsgSetDenomMetadataService as OsmosisTokenfactoryV1beta1MsgSetDenomMetadataService, MsgSetBeforeSendHookService as OsmosisTokenfactoryV1beta1MsgSetBeforeSendHookService, MsgForceTransferService as OsmosisTokenfactoryV1beta1MsgForceTransferService, -} from "./osmosis/tokenfactory/v1beta1/tx_cosmes.js"; +} from "./osmosis/tokenfactory/v1beta1/tx_@onsonr/es.js"; export { QueryParamsRequest as OsmosisTokenfactoryV1beta1QueryParamsRequest, QueryParamsResponse as OsmosisTokenfactoryV1beta1QueryParamsResponse, @@ -314,7 +314,7 @@ export { QueryDenomsFromCreatorService as OsmosisTokenfactoryV1beta1QueryDenomsFromCreatorService, QueryBeforeSendHookAddressService as OsmosisTokenfactoryV1beta1QueryBeforeSendHookAddressService, QueryAllBeforeSendHooksAddressesService as OsmosisTokenfactoryV1beta1QueryAllBeforeSendHooksAddressesService, -} from "./osmosis/tokenfactory/v1beta1/query_cosmes.js"; +} from "./osmosis/tokenfactory/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisTokenfactoryV1beta1Params, } from "./osmosis/tokenfactory/v1beta1/params_pb.js"; @@ -358,7 +358,7 @@ export { MsgUnlockAndMigrateSharesToFullRangeConcentratedPositionService as OsmosisSuperfluidMsgUnlockAndMigrateSharesToFullRangeConcentratedPositionService, MsgAddToConcentratedLiquiditySuperfluidPositionService as OsmosisSuperfluidMsgAddToConcentratedLiquiditySuperfluidPositionService, MsgUnbondConvertAndStakeService as OsmosisSuperfluidMsgUnbondConvertAndStakeService, -} from "./osmosis/superfluid/tx_cosmes.js"; +} from "./osmosis/superfluid/tx_@onsonr/es.js"; export { SuperfluidAssetType as OsmosisSuperfluidSuperfluidAssetType, SuperfluidAsset as OsmosisSuperfluidSuperfluidAsset, @@ -428,7 +428,7 @@ export { QueryUserConcentratedSuperfluidPositionsDelegatedService as OsmosisSuperfluidQueryUserConcentratedSuperfluidPositionsDelegatedService, QueryUserConcentratedSuperfluidPositionsUndelegatingService as OsmosisSuperfluidQueryUserConcentratedSuperfluidPositionsUndelegatingService, QueryRestSupplyService as OsmosisSuperfluidQueryRestSupplyService, -} from "./osmosis/superfluid/query_cosmes.js"; +} from "./osmosis/superfluid/query_@onsonr/es.js"; export { Params as OsmosisSuperfluidParams, } from "./osmosis/superfluid/params_pb.js"; @@ -458,7 +458,7 @@ export { MsgAddAuthenticatorService as OsmosisSmartaccountV1beta1MsgAddAuthenticatorService, MsgRemoveAuthenticatorService as OsmosisSmartaccountV1beta1MsgRemoveAuthenticatorService, MsgSetActiveStateService as OsmosisSmartaccountV1beta1MsgSetActiveStateService, -} from "./osmosis/smartaccount/v1beta1/tx_cosmes.js"; +} from "./osmosis/smartaccount/v1beta1/tx_@onsonr/es.js"; export { QueryParamsRequest as OsmosisSmartaccountV1beta1QueryParamsRequest, QueryParamsResponse as OsmosisSmartaccountV1beta1QueryParamsResponse, @@ -471,7 +471,7 @@ export { QueryParamsService as OsmosisSmartaccountV1beta1QueryParamsService, QueryGetAuthenticatorService as OsmosisSmartaccountV1beta1QueryGetAuthenticatorService, QueryGetAuthenticatorsService as OsmosisSmartaccountV1beta1QueryGetAuthenticatorsService, -} from "./osmosis/smartaccount/v1beta1/query_cosmes.js"; +} from "./osmosis/smartaccount/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisSmartaccountV1beta1Params, } from "./osmosis/smartaccount/v1beta1/params_pb.js"; @@ -504,7 +504,7 @@ export { MsgSetMaxPoolPointsPerBlockService as OsmosisProtorevV1beta1MsgSetMaxPoolPointsPerBlockService, MsgSetInfoByPoolTypeService as OsmosisProtorevV1beta1MsgSetInfoByPoolTypeService, MsgSetBaseDenomsService as OsmosisProtorevV1beta1MsgSetBaseDenomsService, -} from "./osmosis/protorev/v1beta1/tx_cosmes.js"; +} from "./osmosis/protorev/v1beta1/tx_@onsonr/es.js"; export { QueryParamsRequest as OsmosisProtorevV1beta1QueryParamsRequest, QueryParamsResponse as OsmosisProtorevV1beta1QueryParamsResponse, @@ -556,7 +556,7 @@ export { QueryGetProtoRevEnabledService as OsmosisProtorevV1beta1QueryGetProtoRevEnabledService, QueryGetProtoRevPoolService as OsmosisProtorevV1beta1QueryGetProtoRevPoolService, QueryGetAllProtocolRevenueService as OsmosisProtorevV1beta1QueryGetAllProtocolRevenueService, -} from "./osmosis/protorev/v1beta1/query_cosmes.js"; +} from "./osmosis/protorev/v1beta1/query_@onsonr/es.js"; export { TokenPairArbRoutes as OsmosisProtorevV1beta1TokenPairArbRoutes, Route as OsmosisProtorevV1beta1Route, @@ -590,7 +590,7 @@ export { } from "./osmosis/poolmanager/v2/query_pb.js"; export { QuerySpotPriceV2Service as OsmosisPoolmanagerV2QuerySpotPriceV2Service, -} from "./osmosis/poolmanager/v2/query_cosmes.js"; +} from "./osmosis/poolmanager/v2/query_@onsonr/es.js"; export { MsgSwapExactAmountIn as OsmosisPoolmanagerV1beta1MsgSwapExactAmountIn, MsgSwapExactAmountInResponse as OsmosisPoolmanagerV1beta1MsgSwapExactAmountInResponse, @@ -616,7 +616,7 @@ export { MsgSetDenomPairTakerFeeService as OsmosisPoolmanagerV1beta1MsgSetDenomPairTakerFeeService, MsgSetTakerFeeShareAgreementForDenomService as OsmosisPoolmanagerV1beta1MsgSetTakerFeeShareAgreementForDenomService, MsgSetRegisteredAlloyedPoolService as OsmosisPoolmanagerV1beta1MsgSetRegisteredAlloyedPoolService, -} from "./osmosis/poolmanager/v1beta1/tx_cosmes.js"; +} from "./osmosis/poolmanager/v1beta1/tx_@onsonr/es.js"; export { TrackedVolume as OsmosisPoolmanagerV1beta1TrackedVolume, } from "./osmosis/poolmanager/v1beta1/tracked_volume_pb.js"; @@ -702,7 +702,7 @@ export { QueryRegisteredAlloyedPoolFromDenomService as OsmosisPoolmanagerV1beta1QueryRegisteredAlloyedPoolFromDenomService, QueryRegisteredAlloyedPoolFromPoolIdService as OsmosisPoolmanagerV1beta1QueryRegisteredAlloyedPoolFromPoolIdService, QueryAllRegisteredAlloyedPoolsService as OsmosisPoolmanagerV1beta1QueryAllRegisteredAlloyedPoolsService, -} from "./osmosis/poolmanager/v1beta1/query_cosmes.js"; +} from "./osmosis/poolmanager/v1beta1/query_@onsonr/es.js"; export { PoolType as OsmosisPoolmanagerV1beta1PoolType, ModuleRoute as OsmosisPoolmanagerV1beta1ModuleRoute, @@ -745,7 +745,7 @@ export { QueryLockableDurationsService as OsmosisPoolincentivesV1beta1QueryLockableDurationsService, QueryIncentivizedPoolsService as OsmosisPoolincentivesV1beta1QueryIncentivizedPoolsService, QueryExternalIncentiveGaugesService as OsmosisPoolincentivesV1beta1QueryExternalIncentiveGaugesService, -} from "./osmosis/poolincentives/v1beta1/query_cosmes.js"; +} from "./osmosis/poolincentives/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisPoolincentivesV1beta1Params, LockableDurationsInfo as OsmosisPoolincentivesV1beta1LockableDurationsInfo, @@ -771,7 +771,7 @@ export { export { QueryParamsService as OsmosisMintV1beta1QueryParamsService, QueryEpochProvisionsService as OsmosisMintV1beta1QueryEpochProvisionsService, -} from "./osmosis/mint/v1beta1/query_cosmes.js"; +} from "./osmosis/mint/v1beta1/query_@onsonr/es.js"; export { Minter as OsmosisMintV1beta1Minter, WeightedAddress as OsmosisMintV1beta1WeightedAddress, @@ -804,7 +804,7 @@ export { MsgExtendLockupService as OsmosisLockupMsgExtendLockupService, MsgForceUnlockService as OsmosisLockupMsgForceUnlockService, MsgSetRewardReceiverAddressService as OsmosisLockupMsgSetRewardReceiverAddressService, -} from "./osmosis/lockup/tx_cosmes.js"; +} from "./osmosis/lockup/tx_@onsonr/es.js"; export { ModuleBalanceRequest as OsmosisLockupModuleBalanceRequest, ModuleBalanceResponse as OsmosisLockupModuleBalanceResponse, @@ -868,7 +868,7 @@ export { QueryAccountLockedLongerDurationNotUnlockingOnlyService as OsmosisLockupQueryAccountLockedLongerDurationNotUnlockingOnlyService, QueryAccountLockedLongerDurationDenomService as OsmosisLockupQueryAccountLockedLongerDurationDenomService, QueryParamsService as OsmosisLockupQueryParamsService, -} from "./osmosis/lockup/query_cosmes.js"; +} from "./osmosis/lockup/query_@onsonr/es.js"; export { Params as OsmosisLockupParams, } from "./osmosis/lockup/params_pb.js"; @@ -893,7 +893,7 @@ export { MsgCreateGaugeService as OsmosisIncentivesMsgCreateGaugeService, MsgAddToGaugeService as OsmosisIncentivesMsgAddToGaugeService, MsgCreateGroupService as OsmosisIncentivesMsgCreateGroupService, -} from "./osmosis/incentives/tx_cosmes.js"; +} from "./osmosis/incentives/tx_@onsonr/es.js"; export { ModuleToDistributeCoinsRequest as OsmosisIncentivesModuleToDistributeCoinsRequest, ModuleToDistributeCoinsResponse as OsmosisIncentivesModuleToDistributeCoinsResponse, @@ -952,7 +952,7 @@ export { QueryExternalGaugesService as OsmosisIncentivesQueryExternalGaugesService, QueryGaugesByPoolIDService as OsmosisIncentivesQueryGaugesByPoolIDService, QueryParamsService as OsmosisIncentivesQueryParamsService, -} from "./osmosis/incentives/query_cosmes.js"; +} from "./osmosis/incentives/query_@onsonr/es.js"; export { Params as OsmosisIncentivesParams, } from "./osmosis/incentives/params_pb.js"; @@ -980,7 +980,7 @@ export { } from "./osmosis/ibcratelimit/v1beta1/query_pb.js"; export { QueryParamsService as OsmosisIbcratelimitV1beta1QueryParamsService, -} from "./osmosis/ibcratelimit/v1beta1/query_cosmes.js"; +} from "./osmosis/ibcratelimit/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisIbcratelimitV1beta1Params, } from "./osmosis/ibcratelimit/v1beta1/params_pb.js"; @@ -993,7 +993,7 @@ export { } from "./osmosis/ibchooks/tx_pb.js"; export { MsgEmitIBCAckService as OsmosisIbchooksMsgEmitIBCAckService, -} from "./osmosis/ibchooks/tx_cosmes.js"; +} from "./osmosis/ibchooks/tx_@onsonr/es.js"; export { Params as OsmosisIbchooksParams, } from "./osmosis/ibchooks/params_pb.js"; @@ -1006,7 +1006,7 @@ export { } from "./osmosis/gamm/v2/query_pb.js"; export { QuerySpotPriceService as OsmosisGammV2QuerySpotPriceService, -} from "./osmosis/gamm/v2/query_cosmes.js"; +} from "./osmosis/gamm/v2/query_@onsonr/es.js"; export { MsgJoinPool as OsmosisGammV1beta1MsgJoinPool, MsgJoinPoolResponse as OsmosisGammV1beta1MsgJoinPoolResponse, @@ -1034,7 +1034,7 @@ export { MsgJoinSwapShareAmountOutService as OsmosisGammV1beta1MsgJoinSwapShareAmountOutService, MsgExitSwapExternAmountOutService as OsmosisGammV1beta1MsgExitSwapExternAmountOutService, MsgExitSwapShareAmountInService as OsmosisGammV1beta1MsgExitSwapShareAmountInService, -} from "./osmosis/gamm/v1beta1/tx_cosmes.js"; +} from "./osmosis/gamm/v1beta1/tx_@onsonr/es.js"; export { MigrationRecords as OsmosisGammV1beta1MigrationRecords, BalancerToConcentratedPoolLink as OsmosisGammV1beta1BalancerToConcentratedPoolLink, @@ -1096,7 +1096,7 @@ export { QueryConcentratedPoolIdLinkFromCFMMService as OsmosisGammV1beta1QueryConcentratedPoolIdLinkFromCFMMService, QueryCFMMConcentratedPoolLinksService as OsmosisGammV1beta1QueryCFMMConcentratedPoolLinksService, QueryParamsService as OsmosisGammV1beta1QueryParamsService, -} from "./osmosis/gamm/v1beta1/query_cosmes.js"; +} from "./osmosis/gamm/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisGammV1beta1Params, } from "./osmosis/gamm/v1beta1/params_pb.js"; @@ -1125,7 +1125,7 @@ export { export { MsgCreateStableswapPoolService as OsmosisGammPoolmodelsStableswapV1beta1MsgCreateStableswapPoolService, MsgStableSwapAdjustScalingFactorsService as OsmosisGammPoolmodelsStableswapV1beta1MsgStableSwapAdjustScalingFactorsService, -} from "./osmosis/gamm/poolmodels/stableswap/v1beta1/tx_cosmes.js"; +} from "./osmosis/gamm/poolmodels/stableswap/v1beta1/tx_@onsonr/es.js"; export { PoolParams as OsmosisGammPoolmodelsStableswapV1beta1PoolParams, Pool as OsmosisGammPoolmodelsStableswapV1beta1Pool, @@ -1136,7 +1136,7 @@ export { } from "./osmosis/gamm/poolmodels/balancer/v1beta1/tx_pb.js"; export { MsgCreateBalancerPoolService as OsmosisGammPoolmodelsBalancerV1beta1MsgCreateBalancerPoolService, -} from "./osmosis/gamm/poolmodels/balancer/v1beta1/tx_cosmes.js"; +} from "./osmosis/gamm/poolmodels/balancer/v1beta1/tx_@onsonr/es.js"; export { QueryEpochsInfoRequest as OsmosisEpochsV1beta1QueryEpochsInfoRequest, QueryEpochsInfoResponse as OsmosisEpochsV1beta1QueryEpochsInfoResponse, @@ -1146,7 +1146,7 @@ export { export { QueryEpochInfosService as OsmosisEpochsV1beta1QueryEpochInfosService, QueryCurrentEpochService as OsmosisEpochsV1beta1QueryCurrentEpochService, -} from "./osmosis/epochs/v1beta1/query_cosmes.js"; +} from "./osmosis/epochs/v1beta1/query_@onsonr/es.js"; export { EpochInfo as OsmosisEpochsV1beta1EpochInfo, GenesisState as OsmosisEpochsV1beta1GenesisState, @@ -1157,7 +1157,7 @@ export { } from "./osmosis/downtimedetector/v1beta1/query_pb.js"; export { QueryRecoveredSinceDowntimeOfLengthService as OsmosisDowntimedetectorV1beta1QueryRecoveredSinceDowntimeOfLengthService, -} from "./osmosis/downtimedetector/v1beta1/query_cosmes.js"; +} from "./osmosis/downtimedetector/v1beta1/query_@onsonr/es.js"; export { GenesisDowntimeEntry as OsmosisDowntimedetectorV1beta1GenesisDowntimeEntry, GenesisState as OsmosisDowntimedetectorV1beta1GenesisState, @@ -1166,7 +1166,7 @@ export { Downtime as OsmosisDowntimedetectorV1beta1Downtime, } from "./osmosis/downtimedetector/v1beta1/downtime_duration_pb.js"; export { -} from "./osmosis/cosmwasmpool/v1beta1/tx_cosmes.js"; +} from "./osmosis/cosmwasmpool/v1beta1/tx_@onsonr/es.js"; export { ParamsRequest as OsmosisCosmwasmpoolV1beta1ParamsRequest, ParamsResponse as OsmosisCosmwasmpoolV1beta1ParamsResponse, @@ -1179,7 +1179,7 @@ export { QueryPoolsService as OsmosisCosmwasmpoolV1beta1QueryPoolsService, QueryParamsService as OsmosisCosmwasmpoolV1beta1QueryParamsService, QueryContractInfoByPoolIdService as OsmosisCosmwasmpoolV1beta1QueryContractInfoByPoolIdService, -} from "./osmosis/cosmwasmpool/v1beta1/query_cosmes.js"; +} from "./osmosis/cosmwasmpool/v1beta1/query_@onsonr/es.js"; export { Params as OsmosisCosmwasmpoolV1beta1Params, } from "./osmosis/cosmwasmpool/v1beta1/params_pb.js"; @@ -1196,7 +1196,7 @@ export { } from "./osmosis/cosmwasmpool/v1beta1/model/tx_pb.js"; export { MsgCreatorCreateCosmWasmPoolService as OsmosisCosmwasmpoolV1beta1ModelMsgCreatorCreateCosmWasmPoolService, -} from "./osmosis/cosmwasmpool/v1beta1/model/tx_cosmes.js"; +} from "./osmosis/cosmwasmpool/v1beta1/model/tx_@onsonr/es.js"; export { EmptyRequest as OsmosisCosmwasmpoolV1beta1ModelEmptyRequest, JoinPoolExecuteMsgRequest as OsmosisCosmwasmpoolV1beta1ModelJoinPoolExecuteMsgRequest, @@ -1270,7 +1270,7 @@ export { MsgCollectSpreadRewardsService as OsmosisConcentratedliquidityV1beta1MsgCollectSpreadRewardsService, MsgCollectIncentivesService as OsmosisConcentratedliquidityV1beta1MsgCollectIncentivesService, MsgTransferPositionsService as OsmosisConcentratedliquidityV1beta1MsgTransferPositionsService, -} from "./osmosis/concentratedliquidity/v1beta1/tx_cosmes.js"; +} from "./osmosis/concentratedliquidity/v1beta1/tx_@onsonr/es.js"; export { TickInfo as OsmosisConcentratedliquidityV1beta1TickInfo, UptimeTrackers as OsmosisConcentratedliquidityV1beta1UptimeTrackers, @@ -1328,7 +1328,7 @@ export { QueryUserUnbondingPositionsService as OsmosisConcentratedliquidityV1beta1QueryUserUnbondingPositionsService, QueryGetTotalLiquidityService as OsmosisConcentratedliquidityV1beta1QueryGetTotalLiquidityService, QueryNumNextInitializedTicksService as OsmosisConcentratedliquidityV1beta1QueryNumNextInitializedTicksService, -} from "./osmosis/concentratedliquidity/v1beta1/query_cosmes.js"; +} from "./osmosis/concentratedliquidity/v1beta1/query_@onsonr/es.js"; export { Position as OsmosisConcentratedliquidityV1beta1Position, FullPositionBreakdown as OsmosisConcentratedliquidityV1beta1FullPositionBreakdown, @@ -1360,7 +1360,7 @@ export { } from "./osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_pb.js"; export { MsgCreateConcentratedPoolService as OsmosisConcentratedliquidityPoolmodelConcentratedV1beta1MsgCreateConcentratedPoolService, -} from "./osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_cosmes.js"; +} from "./osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_@onsonr/es.js"; export { AccumulatorContent as OsmosisAccumV1beta1AccumulatorContent, Options as OsmosisAccumV1beta1Options, @@ -1384,7 +1384,7 @@ export { MsgStoreCodeService as IbcLightclientsWasmV1MsgStoreCodeService, MsgRemoveChecksumService as IbcLightclientsWasmV1MsgRemoveChecksumService, MsgMigrateContractService as IbcLightclientsWasmV1MsgMigrateContractService, -} from "./ibc/lightclients/wasm/v1/tx_cosmes.js"; +} from "./ibc/lightclients/wasm/v1/tx_@onsonr/es.js"; export { QueryChecksumsRequest as IbcLightclientsWasmV1QueryChecksumsRequest, QueryChecksumsResponse as IbcLightclientsWasmV1QueryChecksumsResponse, @@ -1394,7 +1394,7 @@ export { export { QueryChecksumsService as IbcLightclientsWasmV1QueryChecksumsService, QueryCodeService as IbcLightclientsWasmV1QueryCodeService, -} from "./ibc/lightclients/wasm/v1/query_cosmes.js"; +} from "./ibc/lightclients/wasm/v1/query_@onsonr/es.js"; export { GenesisState as IbcLightclientsWasmV1GenesisState, Contract as IbcLightclientsWasmV1Contract, @@ -1456,7 +1456,7 @@ export { MsgConnectionOpenAckService as IbcCoreConnectionV1MsgConnectionOpenAckService, MsgConnectionOpenConfirmService as IbcCoreConnectionV1MsgConnectionOpenConfirmService, MsgUpdateConnectionParamsService as IbcCoreConnectionV1MsgUpdateConnectionParamsService, -} from "./ibc/core/connection/v1/tx_cosmes.js"; +} from "./ibc/core/connection/v1/tx_@onsonr/es.js"; export { QueryConnectionRequest as IbcCoreConnectionV1QueryConnectionRequest, QueryConnectionResponse as IbcCoreConnectionV1QueryConnectionResponse, @@ -1478,7 +1478,7 @@ export { QueryConnectionClientStateService as IbcCoreConnectionV1QueryConnectionClientStateService, QueryConnectionConsensusStateService as IbcCoreConnectionV1QueryConnectionConsensusStateService, QueryConnectionParamsService as IbcCoreConnectionV1QueryConnectionParamsService, -} from "./ibc/core/connection/v1/query_cosmes.js"; +} from "./ibc/core/connection/v1/query_@onsonr/es.js"; export { GenesisState as IbcCoreConnectionV1GenesisState, } from "./ibc/core/connection/v1/genesis_pb.js"; @@ -1524,7 +1524,7 @@ export { MsgRecoverClientService as IbcCoreClientV1MsgRecoverClientService, MsgIBCSoftwareUpgradeService as IbcCoreClientV1MsgIBCSoftwareUpgradeService, MsgUpdateClientParamsService as IbcCoreClientV1MsgUpdateClientParamsService, -} from "./ibc/core/client/v1/tx_cosmes.js"; +} from "./ibc/core/client/v1/tx_@onsonr/es.js"; export { QueryClientStateRequest as IbcCoreClientV1QueryClientStateRequest, QueryClientStateResponse as IbcCoreClientV1QueryClientStateResponse, @@ -1558,7 +1558,7 @@ export { QueryUpgradedClientStateService as IbcCoreClientV1QueryUpgradedClientStateService, QueryUpgradedConsensusStateService as IbcCoreClientV1QueryUpgradedConsensusStateService, QueryVerifyMembershipService as IbcCoreClientV1QueryVerifyMembershipService, -} from "./ibc/core/client/v1/query_cosmes.js"; +} from "./ibc/core/client/v1/query_@onsonr/es.js"; export { GenesisState as IbcCoreClientV1GenesisState, GenesisMetadata as IbcCoreClientV1GenesisMetadata, @@ -1637,7 +1637,7 @@ export { MsgChannelUpgradeCancelService as IbcCoreChannelV1MsgChannelUpgradeCancelService, MsgUpdateChannelParamsService as IbcCoreChannelV1MsgUpdateChannelParamsService, MsgPruneAcknowledgementsService as IbcCoreChannelV1MsgPruneAcknowledgementsService, -} from "./ibc/core/channel/v1/tx_cosmes.js"; +} from "./ibc/core/channel/v1/tx_@onsonr/es.js"; export { QueryChannelRequest as IbcCoreChannelV1QueryChannelRequest, QueryChannelResponse as IbcCoreChannelV1QueryChannelResponse, @@ -1692,7 +1692,7 @@ export { QueryUpgradeErrorService as IbcCoreChannelV1QueryUpgradeErrorService, QueryUpgradeService as IbcCoreChannelV1QueryUpgradeService, QueryChannelParamsService as IbcCoreChannelV1QueryChannelParamsService, -} from "./ibc/core/channel/v1/query_cosmes.js"; +} from "./ibc/core/channel/v1/query_@onsonr/es.js"; export { GenesisState as IbcCoreChannelV1GenesisState, PacketSequence as IbcCoreChannelV1PacketSequence, @@ -1723,7 +1723,7 @@ export { export { QueryV2DenomsService as IbcApplicationsTransferV2QueryV2DenomsService, QueryV2DenomService as IbcApplicationsTransferV2QueryV2DenomService, -} from "./ibc/applications/transfer/v2/queryv2_cosmes.js"; +} from "./ibc/applications/transfer/v2/queryv2_@onsonr/es.js"; export { FungibleTokenPacketData as IbcApplicationsTransferV2FungibleTokenPacketData, FungibleTokenPacketDataV2 as IbcApplicationsTransferV2FungibleTokenPacketDataV2, @@ -1742,7 +1742,7 @@ export { export { MsgTransferService as IbcApplicationsTransferV1MsgTransferService, MsgUpdateParamsService as IbcApplicationsTransferV1MsgUpdateParamsService, -} from "./ibc/applications/transfer/v1/tx_cosmes.js"; +} from "./ibc/applications/transfer/v1/tx_@onsonr/es.js"; export { Params as IbcApplicationsTransferV1Params, Forwarding as IbcApplicationsTransferV1Forwarding, @@ -1763,7 +1763,7 @@ export { QueryDenomHashService as IbcApplicationsTransferV1QueryDenomHashService, QueryEscrowAddressService as IbcApplicationsTransferV1QueryEscrowAddressService, QueryTotalEscrowForDenomService as IbcApplicationsTransferV1QueryTotalEscrowForDenomService, -} from "./ibc/applications/transfer/v1/query_cosmes.js"; +} from "./ibc/applications/transfer/v1/query_@onsonr/es.js"; export { DenomTrace as IbcApplicationsTransferV1DenomTrace, } from "./ibc/applications/transfer/v1/denomtrace_pb.js"; @@ -1792,14 +1792,14 @@ export { export { MsgUpdateParamsService as IbcApplicationsInterchainAccountsHostV1MsgUpdateParamsService, MsgModuleQuerySafeService as IbcApplicationsInterchainAccountsHostV1MsgModuleQuerySafeService, -} from "./ibc/applications/interchain_accounts/host/v1/tx_cosmes.js"; +} from "./ibc/applications/interchain_accounts/host/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as IbcApplicationsInterchainAccountsHostV1QueryParamsRequest, QueryParamsResponse as IbcApplicationsInterchainAccountsHostV1QueryParamsResponse, } from "./ibc/applications/interchain_accounts/host/v1/query_pb.js"; export { QueryParamsService as IbcApplicationsInterchainAccountsHostV1QueryParamsService, -} from "./ibc/applications/interchain_accounts/host/v1/query_cosmes.js"; +} from "./ibc/applications/interchain_accounts/host/v1/query_@onsonr/es.js"; export { Params as IbcApplicationsInterchainAccountsHostV1Params, QueryRequest as IbcApplicationsInterchainAccountsHostV1QueryRequest, @@ -1823,7 +1823,7 @@ export { MsgRegisterInterchainAccountService as IbcApplicationsInterchainAccountsControllerV1MsgRegisterInterchainAccountService, MsgSendTxService as IbcApplicationsInterchainAccountsControllerV1MsgSendTxService, MsgUpdateParamsService as IbcApplicationsInterchainAccountsControllerV1MsgUpdateParamsService, -} from "./ibc/applications/interchain_accounts/controller/v1/tx_cosmes.js"; +} from "./ibc/applications/interchain_accounts/controller/v1/tx_@onsonr/es.js"; export { QueryInterchainAccountRequest as IbcApplicationsInterchainAccountsControllerV1QueryInterchainAccountRequest, QueryInterchainAccountResponse as IbcApplicationsInterchainAccountsControllerV1QueryInterchainAccountResponse, @@ -1833,7 +1833,7 @@ export { export { QueryInterchainAccountService as IbcApplicationsInterchainAccountsControllerV1QueryInterchainAccountService, QueryParamsService as IbcApplicationsInterchainAccountsControllerV1QueryParamsService, -} from "./ibc/applications/interchain_accounts/controller/v1/query_cosmes.js"; +} from "./ibc/applications/interchain_accounts/controller/v1/query_@onsonr/es.js"; export { Params as IbcApplicationsInterchainAccountsControllerV1Params, } from "./ibc/applications/interchain_accounts/controller/v1/controller_pb.js"; @@ -1852,7 +1852,7 @@ export { MsgRegisterCounterpartyPayeeService as IbcApplicationsFeeV1MsgRegisterCounterpartyPayeeService, MsgPayPacketFeeService as IbcApplicationsFeeV1MsgPayPacketFeeService, MsgPayPacketFeeAsyncService as IbcApplicationsFeeV1MsgPayPacketFeeAsyncService, -} from "./ibc/applications/fee/v1/tx_cosmes.js"; +} from "./ibc/applications/fee/v1/tx_@onsonr/es.js"; export { QueryIncentivizedPacketsRequest as IbcApplicationsFeeV1QueryIncentivizedPacketsRequest, QueryIncentivizedPacketsResponse as IbcApplicationsFeeV1QueryIncentivizedPacketsResponse, @@ -1886,7 +1886,7 @@ export { QueryCounterpartyPayeeService as IbcApplicationsFeeV1QueryCounterpartyPayeeService, QueryFeeEnabledChannelsService as IbcApplicationsFeeV1QueryFeeEnabledChannelsService, QueryFeeEnabledChannelService as IbcApplicationsFeeV1QueryFeeEnabledChannelService, -} from "./ibc/applications/fee/v1/query_cosmes.js"; +} from "./ibc/applications/fee/v1/query_@onsonr/es.js"; export { Metadata as IbcApplicationsFeeV1Metadata, } from "./ibc/applications/fee/v1/metadata_pb.js"; @@ -1924,7 +1924,7 @@ export { } from "./ethermint/feemarket/v1/tx_pb.js"; export { MsgUpdateParamsService as EthermintFeemarketV1MsgUpdateParamsService, -} from "./ethermint/feemarket/v1/tx_cosmes.js"; +} from "./ethermint/feemarket/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as EthermintFeemarketV1QueryParamsRequest, QueryParamsResponse as EthermintFeemarketV1QueryParamsResponse, @@ -1937,7 +1937,7 @@ export { QueryParamsService as EthermintFeemarketV1QueryParamsService, QueryBaseFeeService as EthermintFeemarketV1QueryBaseFeeService, QueryBlockGasService as EthermintFeemarketV1QueryBlockGasService, -} from "./ethermint/feemarket/v1/query_cosmes.js"; +} from "./ethermint/feemarket/v1/query_@onsonr/es.js"; export { GenesisState as EthermintFeemarketV1GenesisState, } from "./ethermint/feemarket/v1/genesis_pb.js"; @@ -1961,7 +1961,7 @@ export { export { MsgEthereumTxService as EthermintEvmV1MsgEthereumTxService, MsgUpdateParamsService as EthermintEvmV1MsgUpdateParamsService, -} from "./ethermint/evm/v1/tx_cosmes.js"; +} from "./ethermint/evm/v1/tx_@onsonr/es.js"; export { QueryAccountRequest as EthermintEvmV1QueryAccountRequest, QueryAccountResponse as EthermintEvmV1QueryAccountResponse, @@ -2001,7 +2001,7 @@ export { QueryTraceTxService as EthermintEvmV1QueryTraceTxService, QueryTraceBlockService as EthermintEvmV1QueryTraceBlockService, QueryBaseFeeService as EthermintEvmV1QueryBaseFeeService, -} from "./ethermint/evm/v1/query_cosmes.js"; +} from "./ethermint/evm/v1/query_@onsonr/es.js"; export { GenesisState as EthermintEvmV1GenesisState, GenesisAccount as EthermintEvmV1GenesisAccount, @@ -2035,7 +2035,7 @@ export { export { MsgUpdateParamsService as DwnV1MsgUpdateParamsService, MsgInitializeService as DwnV1MsgInitializeService, -} from "./dwn/v1/tx_cosmes.js"; +} from "./dwn/v1/tx_@onsonr/es.js"; export { Credential as DwnV1Credential, Profile as DwnV1Profile, @@ -2055,7 +2055,7 @@ export { QuerySchemaService as DwnV1QuerySchemaService, QueryAllocateService as DwnV1QueryAllocateService, QuerySyncService as DwnV1QuerySyncService, -} from "./dwn/v1/query_cosmes.js"; +} from "./dwn/v1/query_@onsonr/es.js"; export { GenesisState as DwnV1GenesisState, Params as DwnV1Params, @@ -2088,7 +2088,7 @@ export { MsgUnlinkAssertionService as DidV1MsgUnlinkAssertionService, MsgUnlinkAuthenticationService as DidV1MsgUnlinkAuthenticationService, MsgUpdateParamsService as DidV1MsgUpdateParamsService, -} from "./did/v1/tx_cosmes.js"; +} from "./did/v1/tx_@onsonr/es.js"; export { Account as DidV1Account, PublicKey as DidV1PublicKey, @@ -2107,7 +2107,7 @@ export { QueryParamsService as DidV1QueryParamsService, QueryResolveService as DidV1QueryResolveService, QueryVerifyService as DidV1QueryVerifyService, -} from "./did/v1/query_cosmes.js"; +} from "./did/v1/query_@onsonr/es.js"; export { GenesisState as DidV1GenesisState, Document as DidV1Document, @@ -2182,7 +2182,7 @@ export { MsgAddCodeUploadParamsAddressesService as CosmwasmWasmV1MsgAddCodeUploadParamsAddressesService, MsgStoreAndMigrateContractService as CosmwasmWasmV1MsgStoreAndMigrateContractService, MsgUpdateContractLabelService as CosmwasmWasmV1MsgUpdateContractLabelService, -} from "./cosmwasm/wasm/v1/tx_cosmes.js"; +} from "./cosmwasm/wasm/v1/tx_@onsonr/es.js"; export { QueryContractInfoRequest as CosmwasmWasmV1QueryContractInfoRequest, QueryContractInfoResponse as CosmwasmWasmV1QueryContractInfoResponse, @@ -2229,7 +2229,7 @@ export { QueryContractsByCreatorService as CosmwasmWasmV1QueryContractsByCreatorService, QueryWasmLimitsConfigService as CosmwasmWasmV1QueryWasmLimitsConfigService, QueryBuildAddressService as CosmwasmWasmV1QueryBuildAddressService, -} from "./cosmwasm/wasm/v1/query_cosmes.js"; +} from "./cosmwasm/wasm/v1/query_@onsonr/es.js"; export { StoreCodeProposal as CosmwasmWasmV1StoreCodeProposal, InstantiateContractProposal as CosmwasmWasmV1InstantiateContractProposal, @@ -2290,7 +2290,7 @@ export { MsgCreateVestingAccountService as CosmosVestingV1beta1MsgCreateVestingAccountService, MsgCreatePermanentLockedAccountService as CosmosVestingV1beta1MsgCreatePermanentLockedAccountService, MsgCreatePeriodicVestingAccountService as CosmosVestingV1beta1MsgCreatePeriodicVestingAccountService, -} from "./cosmos/vesting/v1beta1/tx_cosmes.js"; +} from "./cosmos/vesting/v1beta1/tx_@onsonr/es.js"; export { Module as CosmosVestingModuleV1Module, } from "./cosmos/vesting/module/v1/module_pb.js"; @@ -2309,7 +2309,7 @@ export { export { MsgSoftwareUpgradeService as CosmosUpgradeV1beta1MsgSoftwareUpgradeService, MsgCancelUpgradeService as CosmosUpgradeV1beta1MsgCancelUpgradeService, -} from "./cosmos/upgrade/v1beta1/tx_cosmes.js"; +} from "./cosmos/upgrade/v1beta1/tx_@onsonr/es.js"; export { QueryCurrentPlanRequest as CosmosUpgradeV1beta1QueryCurrentPlanRequest, QueryCurrentPlanResponse as CosmosUpgradeV1beta1QueryCurrentPlanResponse, @@ -2328,7 +2328,7 @@ export { QueryUpgradedConsensusStateService as CosmosUpgradeV1beta1QueryUpgradedConsensusStateService, QueryModuleVersionsService as CosmosUpgradeV1beta1QueryModuleVersionsService, QueryAuthorityService as CosmosUpgradeV1beta1QueryAuthorityService, -} from "./cosmos/upgrade/v1beta1/query_cosmes.js"; +} from "./cosmos/upgrade/v1beta1/query_@onsonr/es.js"; export { Module as CosmosUpgradeModuleV1Module, } from "./cosmos/upgrade/module/v1/module_pb.js"; @@ -2379,7 +2379,7 @@ export { ServiceTxEncodeService as CosmosTxV1beta1ServiceTxEncodeService, ServiceTxEncodeAminoService as CosmosTxV1beta1ServiceTxEncodeAminoService, ServiceTxDecodeAminoService as CosmosTxV1beta1ServiceTxDecodeAminoService, -} from "./cosmos/tx/v1beta1/service_cosmes.js"; +} from "./cosmos/tx/v1beta1/service_@onsonr/es.js"; export { SignMode as CosmosTxSigningV1beta1SignMode, SignatureDescriptors as CosmosTxSigningV1beta1SignatureDescriptors, @@ -2409,7 +2409,7 @@ export { export { ABCIListenerServiceListenFinalizeBlockService as CosmosStoreStreamingAbciABCIListenerServiceListenFinalizeBlockService, ABCIListenerServiceListenCommitService as CosmosStoreStreamingAbciABCIListenerServiceListenCommitService, -} from "./cosmos/store/streaming/abci/grpc_cosmes.js"; +} from "./cosmos/store/streaming/abci/grpc_@onsonr/es.js"; export { Snapshot as CosmosStoreSnapshotsV1Snapshot, Metadata as CosmosStoreSnapshotsV1Metadata, @@ -2447,7 +2447,7 @@ export { MsgUndelegateService as CosmosStakingV1beta1MsgUndelegateService, MsgCancelUnbondingDelegationService as CosmosStakingV1beta1MsgCancelUnbondingDelegationService, MsgUpdateParamsService as CosmosStakingV1beta1MsgUpdateParamsService, -} from "./cosmos/staking/v1beta1/tx_cosmes.js"; +} from "./cosmos/staking/v1beta1/tx_@onsonr/es.js"; export { BondStatus as CosmosStakingV1beta1BondStatus, Infraction as CosmosStakingV1beta1Infraction, @@ -2518,7 +2518,7 @@ export { QueryHistoricalInfoService as CosmosStakingV1beta1QueryHistoricalInfoService, QueryPoolService as CosmosStakingV1beta1QueryPoolService, QueryParamsService as CosmosStakingV1beta1QueryParamsService, -} from "./cosmos/staking/v1beta1/query_cosmes.js"; +} from "./cosmos/staking/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosStakingV1beta1GenesisState, LastValidatorPower as CosmosStakingV1beta1LastValidatorPower, @@ -2540,7 +2540,7 @@ export { export { MsgUnjailService as CosmosSlashingV1beta1MsgUnjailService, MsgUpdateParamsService as CosmosSlashingV1beta1MsgUpdateParamsService, -} from "./cosmos/slashing/v1beta1/tx_cosmes.js"; +} from "./cosmos/slashing/v1beta1/tx_@onsonr/es.js"; export { ValidatorSigningInfo as CosmosSlashingV1beta1ValidatorSigningInfo, Params as CosmosSlashingV1beta1Params, @@ -2557,7 +2557,7 @@ export { QueryParamsService as CosmosSlashingV1beta1QueryParamsService, QuerySigningInfoService as CosmosSlashingV1beta1QuerySigningInfoService, QuerySigningInfosService as CosmosSlashingV1beta1QuerySigningInfosService, -} from "./cosmos/slashing/v1beta1/query_cosmes.js"; +} from "./cosmos/slashing/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosSlashingV1beta1GenesisState, SigningInfo as CosmosSlashingV1beta1SigningInfo, @@ -2573,7 +2573,7 @@ export { } from "./cosmos/reflection/v1/reflection_pb.js"; export { ReflectionServiceFileDescriptorsService as CosmosReflectionV1ReflectionServiceFileDescriptorsService, -} from "./cosmos/reflection/v1/reflection_cosmes.js"; +} from "./cosmos/reflection/v1/reflection_@onsonr/es.js"; export { QueryParamsRequest as CosmosParamsV1beta1QueryParamsRequest, QueryParamsResponse as CosmosParamsV1beta1QueryParamsResponse, @@ -2584,7 +2584,7 @@ export { export { QueryParamsService as CosmosParamsV1beta1QueryParamsService, QuerySubspacesService as CosmosParamsV1beta1QuerySubspacesService, -} from "./cosmos/params/v1beta1/query_cosmes.js"; +} from "./cosmos/params/v1beta1/query_@onsonr/es.js"; export { ParameterChangeProposal as CosmosParamsV1beta1ParameterChangeProposal, ParamChange as CosmosParamsV1beta1ParamChange, @@ -2615,7 +2615,7 @@ export { export { QueryGetService as CosmosOrmQueryV1alpha1QueryGetService, QueryListService as CosmosOrmQueryV1alpha1QueryListService, -} from "./cosmos/orm/query/v1alpha1/query_cosmes.js"; +} from "./cosmos/orm/query/v1alpha1/query_@onsonr/es.js"; export { Module as CosmosOrmModuleV1alpha1Module, } from "./cosmos/orm/module/v1alpha1/module_pb.js"; @@ -2625,7 +2625,7 @@ export { } from "./cosmos/nft/v1beta1/tx_pb.js"; export { MsgSendService as CosmosNftV1beta1MsgSendService, -} from "./cosmos/nft/v1beta1/tx_cosmes.js"; +} from "./cosmos/nft/v1beta1/tx_@onsonr/es.js"; export { QueryBalanceRequest as CosmosNftV1beta1QueryBalanceRequest, QueryBalanceResponse as CosmosNftV1beta1QueryBalanceResponse, @@ -2650,7 +2650,7 @@ export { QueryNFTService as CosmosNftV1beta1QueryNFTService, QueryClassService as CosmosNftV1beta1QueryClassService, QueryClassesService as CosmosNftV1beta1QueryClassesService, -} from "./cosmos/nft/v1beta1/query_cosmes.js"; +} from "./cosmos/nft/v1beta1/query_@onsonr/es.js"; export { Class as CosmosNftV1beta1Class, NFT as CosmosNftV1beta1NFT, @@ -2673,7 +2673,7 @@ export { } from "./cosmos/mint/v1beta1/tx_pb.js"; export { MsgUpdateParamsService as CosmosMintV1beta1MsgUpdateParamsService, -} from "./cosmos/mint/v1beta1/tx_cosmes.js"; +} from "./cosmos/mint/v1beta1/tx_@onsonr/es.js"; export { QueryParamsRequest as CosmosMintV1beta1QueryParamsRequest, QueryParamsResponse as CosmosMintV1beta1QueryParamsResponse, @@ -2686,7 +2686,7 @@ export { QueryParamsService as CosmosMintV1beta1QueryParamsService, QueryInflationService as CosmosMintV1beta1QueryInflationService, QueryAnnualProvisionsService as CosmosMintV1beta1QueryAnnualProvisionsService, -} from "./cosmos/mint/v1beta1/query_cosmes.js"; +} from "./cosmos/mint/v1beta1/query_@onsonr/es.js"; export { Minter as CosmosMintV1beta1Minter, Params as CosmosMintV1beta1Params, @@ -2776,7 +2776,7 @@ export { MsgVoteService as CosmosGroupV1MsgVoteService, MsgExecService as CosmosGroupV1MsgExecService, MsgLeaveGroupService as CosmosGroupV1MsgLeaveGroupService, -} from "./cosmos/group/v1/tx_cosmes.js"; +} from "./cosmos/group/v1/tx_@onsonr/es.js"; export { QueryGroupInfoRequest as CosmosGroupV1QueryGroupInfoRequest, QueryGroupInfoResponse as CosmosGroupV1QueryGroupInfoResponse, @@ -2822,7 +2822,7 @@ export { QueryGroupsByMemberService as CosmosGroupV1QueryGroupsByMemberService, QueryTallyResultService as CosmosGroupV1QueryTallyResultService, QueryGroupsService as CosmosGroupV1QueryGroupsService, -} from "./cosmos/group/v1/query_cosmes.js"; +} from "./cosmos/group/v1/query_@onsonr/es.js"; export { GenesisState as CosmosGroupV1GenesisState, } from "./cosmos/group/v1/genesis_pb.js"; @@ -2856,7 +2856,7 @@ export { MsgVoteService as CosmosGovV1beta1MsgVoteService, MsgVoteWeightedService as CosmosGovV1beta1MsgVoteWeightedService, MsgDepositService as CosmosGovV1beta1MsgDepositService, -} from "./cosmos/gov/v1beta1/tx_cosmes.js"; +} from "./cosmos/gov/v1beta1/tx_@onsonr/es.js"; export { QueryProposalRequest as CosmosGovV1beta1QueryProposalRequest, QueryProposalResponse as CosmosGovV1beta1QueryProposalResponse, @@ -2884,7 +2884,7 @@ export { QueryDepositService as CosmosGovV1beta1QueryDepositService, QueryDepositsService as CosmosGovV1beta1QueryDepositsService, QueryTallyResultService as CosmosGovV1beta1QueryTallyResultService, -} from "./cosmos/gov/v1beta1/query_cosmes.js"; +} from "./cosmos/gov/v1beta1/query_@onsonr/es.js"; export { VoteOption as CosmosGovV1beta1VoteOption, ProposalStatus as CosmosGovV1beta1ProposalStatus, @@ -2925,7 +2925,7 @@ export { MsgDepositService as CosmosGovV1MsgDepositService, MsgUpdateParamsService as CosmosGovV1MsgUpdateParamsService, MsgCancelProposalService as CosmosGovV1MsgCancelProposalService, -} from "./cosmos/gov/v1/tx_cosmes.js"; +} from "./cosmos/gov/v1/tx_@onsonr/es.js"; export { QueryConstitutionRequest as CosmosGovV1QueryConstitutionRequest, QueryConstitutionResponse as CosmosGovV1QueryConstitutionResponse, @@ -2956,7 +2956,7 @@ export { QueryDepositService as CosmosGovV1QueryDepositService, QueryDepositsService as CosmosGovV1QueryDepositsService, QueryTallyResultService as CosmosGovV1QueryTallyResultService, -} from "./cosmos/gov/v1/query_cosmes.js"; +} from "./cosmos/gov/v1/query_@onsonr/es.js"; export { VoteOption as CosmosGovV1VoteOption, ProposalStatus as CosmosGovV1ProposalStatus, @@ -2994,7 +2994,7 @@ export { MsgGrantAllowanceService as CosmosFeegrantV1beta1MsgGrantAllowanceService, MsgRevokeAllowanceService as CosmosFeegrantV1beta1MsgRevokeAllowanceService, MsgPruneAllowancesService as CosmosFeegrantV1beta1MsgPruneAllowancesService, -} from "./cosmos/feegrant/v1beta1/tx_cosmes.js"; +} from "./cosmos/feegrant/v1beta1/tx_@onsonr/es.js"; export { QueryAllowanceRequest as CosmosFeegrantV1beta1QueryAllowanceRequest, QueryAllowanceResponse as CosmosFeegrantV1beta1QueryAllowanceResponse, @@ -3007,7 +3007,7 @@ export { QueryAllowanceService as CosmosFeegrantV1beta1QueryAllowanceService, QueryAllowancesService as CosmosFeegrantV1beta1QueryAllowancesService, QueryAllowancesByGranterService as CosmosFeegrantV1beta1QueryAllowancesByGranterService, -} from "./cosmos/feegrant/v1beta1/query_cosmes.js"; +} from "./cosmos/feegrant/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosFeegrantV1beta1GenesisState, } from "./cosmos/feegrant/v1beta1/genesis_pb.js"; @@ -3026,7 +3026,7 @@ export { } from "./cosmos/evidence/v1beta1/tx_pb.js"; export { MsgSubmitEvidenceService as CosmosEvidenceV1beta1MsgSubmitEvidenceService, -} from "./cosmos/evidence/v1beta1/tx_cosmes.js"; +} from "./cosmos/evidence/v1beta1/tx_@onsonr/es.js"; export { QueryEvidenceRequest as CosmosEvidenceV1beta1QueryEvidenceRequest, QueryEvidenceResponse as CosmosEvidenceV1beta1QueryEvidenceResponse, @@ -3036,7 +3036,7 @@ export { export { QueryEvidenceService as CosmosEvidenceV1beta1QueryEvidenceService, QueryAllEvidenceService as CosmosEvidenceV1beta1QueryAllEvidenceService, -} from "./cosmos/evidence/v1beta1/query_cosmes.js"; +} from "./cosmos/evidence/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosEvidenceV1beta1GenesisState, } from "./cosmos/evidence/v1beta1/genesis_pb.js"; @@ -3070,7 +3070,7 @@ export { MsgUpdateParamsService as CosmosDistributionV1beta1MsgUpdateParamsService, MsgCommunityPoolSpendService as CosmosDistributionV1beta1MsgCommunityPoolSpendService, MsgDepositValidatorRewardsPoolService as CosmosDistributionV1beta1MsgDepositValidatorRewardsPoolService, -} from "./cosmos/distribution/v1beta1/tx_cosmes.js"; +} from "./cosmos/distribution/v1beta1/tx_@onsonr/es.js"; export { QueryParamsRequest as CosmosDistributionV1beta1QueryParamsRequest, QueryParamsResponse as CosmosDistributionV1beta1QueryParamsResponse, @@ -3104,7 +3104,7 @@ export { QueryDelegatorValidatorsService as CosmosDistributionV1beta1QueryDelegatorValidatorsService, QueryDelegatorWithdrawAddressService as CosmosDistributionV1beta1QueryDelegatorWithdrawAddressService, QueryCommunityPoolService as CosmosDistributionV1beta1QueryCommunityPoolService, -} from "./cosmos/distribution/v1beta1/query_cosmes.js"; +} from "./cosmos/distribution/v1beta1/query_@onsonr/es.js"; export { DelegatorWithdrawInfo as CosmosDistributionV1beta1DelegatorWithdrawInfo, ValidatorOutstandingRewardsRecord as CosmosDistributionV1beta1ValidatorOutstandingRewardsRecord, @@ -3170,7 +3170,7 @@ export { export { MsgVerifyInvariantService as CosmosCrisisV1beta1MsgVerifyInvariantService, MsgUpdateParamsService as CosmosCrisisV1beta1MsgUpdateParamsService, -} from "./cosmos/crisis/v1beta1/tx_cosmes.js"; +} from "./cosmos/crisis/v1beta1/tx_@onsonr/es.js"; export { GenesisState as CosmosCrisisV1beta1GenesisState, } from "./cosmos/crisis/v1beta1/genesis_pb.js"; @@ -3183,14 +3183,14 @@ export { } from "./cosmos/consensus/v1/tx_pb.js"; export { MsgUpdateParamsService as CosmosConsensusV1MsgUpdateParamsService, -} from "./cosmos/consensus/v1/tx_cosmes.js"; +} from "./cosmos/consensus/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as CosmosConsensusV1QueryParamsRequest, QueryParamsResponse as CosmosConsensusV1QueryParamsResponse, } from "./cosmos/consensus/v1/query_pb.js"; export { QueryParamsService as CosmosConsensusV1QueryParamsService, -} from "./cosmos/consensus/v1/query_cosmes.js"; +} from "./cosmos/consensus/v1/query_@onsonr/es.js"; export { Module as CosmosConsensusModuleV1Module, } from "./cosmos/consensus/module/v1/module_pb.js"; @@ -3212,7 +3212,7 @@ export { MsgAuthorizeCircuitBreakerService as CosmosCircuitV1MsgAuthorizeCircuitBreakerService, MsgTripCircuitBreakerService as CosmosCircuitV1MsgTripCircuitBreakerService, MsgResetCircuitBreakerService as CosmosCircuitV1MsgResetCircuitBreakerService, -} from "./cosmos/circuit/v1/tx_cosmes.js"; +} from "./cosmos/circuit/v1/tx_@onsonr/es.js"; export { QueryAccountRequest as CosmosCircuitV1QueryAccountRequest, AccountResponse as CosmosCircuitV1AccountResponse, @@ -3225,7 +3225,7 @@ export { QueryAccountService as CosmosCircuitV1QueryAccountService, QueryAccountsService as CosmosCircuitV1QueryAccountsService, QueryDisabledListService as CosmosCircuitV1QueryDisabledListService, -} from "./cosmos/circuit/v1/query_cosmes.js"; +} from "./cosmos/circuit/v1/query_@onsonr/es.js"; export { Module as CosmosCircuitModuleV1Module, } from "./cosmos/circuit/module/v1/module_pb.js"; @@ -3268,7 +3268,7 @@ export { ServiceGetLatestValidatorSetService as CosmosBaseTendermintV1beta1ServiceGetLatestValidatorSetService, ServiceGetValidatorSetByHeightService as CosmosBaseTendermintV1beta1ServiceGetValidatorSetByHeightService, ServiceABCIQueryService as CosmosBaseTendermintV1beta1ServiceABCIQueryService, -} from "./cosmos/base/tendermint/v1beta1/query_cosmes.js"; +} from "./cosmos/base/tendermint/v1beta1/query_@onsonr/es.js"; export { AppDescriptor as CosmosBaseReflectionV2alpha1AppDescriptor, TxDescriptor as CosmosBaseReflectionV2alpha1TxDescriptor, @@ -3304,7 +3304,7 @@ export { ReflectionServiceGetConfigurationDescriptorService as CosmosBaseReflectionV2alpha1ReflectionServiceGetConfigurationDescriptorService, ReflectionServiceGetQueryServicesDescriptorService as CosmosBaseReflectionV2alpha1ReflectionServiceGetQueryServicesDescriptorService, ReflectionServiceGetTxDescriptorService as CosmosBaseReflectionV2alpha1ReflectionServiceGetTxDescriptorService, -} from "./cosmos/base/reflection/v2alpha1/reflection_cosmes.js"; +} from "./cosmos/base/reflection/v2alpha1/reflection_@onsonr/es.js"; export { ListAllInterfacesRequest as CosmosBaseReflectionV1beta1ListAllInterfacesRequest, ListAllInterfacesResponse as CosmosBaseReflectionV1beta1ListAllInterfacesResponse, @@ -3314,7 +3314,7 @@ export { export { ReflectionServiceListAllInterfacesService as CosmosBaseReflectionV1beta1ReflectionServiceListAllInterfacesService, ReflectionServiceListImplementationsService as CosmosBaseReflectionV1beta1ReflectionServiceListImplementationsService, -} from "./cosmos/base/reflection/v1beta1/reflection_cosmes.js"; +} from "./cosmos/base/reflection/v1beta1/reflection_@onsonr/es.js"; export { PageRequest as CosmosBaseQueryV1beta1PageRequest, PageResponse as CosmosBaseQueryV1beta1PageResponse, @@ -3328,7 +3328,7 @@ export { export { ServiceConfigService as CosmosBaseNodeV1beta1ServiceConfigService, ServiceStatusService as CosmosBaseNodeV1beta1ServiceStatusService, -} from "./cosmos/base/node/v1beta1/query_cosmes.js"; +} from "./cosmos/base/node/v1beta1/query_@onsonr/es.js"; export { TxResponse as CosmosBaseAbciV1beta1TxResponse, ABCIMessageLog as CosmosBaseAbciV1beta1ABCIMessageLog, @@ -3357,7 +3357,7 @@ export { MsgMultiSendService as CosmosBankV1beta1MsgMultiSendService, MsgUpdateParamsService as CosmosBankV1beta1MsgUpdateParamsService, MsgSetSendEnabledService as CosmosBankV1beta1MsgSetSendEnabledService, -} from "./cosmos/bank/v1beta1/tx_cosmes.js"; +} from "./cosmos/bank/v1beta1/tx_@onsonr/es.js"; export { QueryBalanceRequest as CosmosBankV1beta1QueryBalanceRequest, QueryBalanceResponse as CosmosBankV1beta1QueryBalanceResponse, @@ -3401,7 +3401,7 @@ export { QueryDenomOwnersService as CosmosBankV1beta1QueryDenomOwnersService, QueryDenomOwnersByQueryService as CosmosBankV1beta1QueryDenomOwnersByQueryService, QuerySendEnabledService as CosmosBankV1beta1QuerySendEnabledService, -} from "./cosmos/bank/v1beta1/query_cosmes.js"; +} from "./cosmos/bank/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosBankV1beta1GenesisState, Balance as CosmosBankV1beta1Balance, @@ -3427,7 +3427,7 @@ export { } from "./cosmos/autocli/v1/query_pb.js"; export { QueryAppOptionsService as CosmosAutocliV1QueryAppOptionsService, -} from "./cosmos/autocli/v1/query_cosmes.js"; +} from "./cosmos/autocli/v1/query_@onsonr/es.js"; export { ModuleOptions as CosmosAutocliV1ModuleOptions, ServiceCommandDescriptor as CosmosAutocliV1ServiceCommandDescriptor, @@ -3447,7 +3447,7 @@ export { MsgGrantService as CosmosAuthzV1beta1MsgGrantService, MsgExecService as CosmosAuthzV1beta1MsgExecService, MsgRevokeService as CosmosAuthzV1beta1MsgRevokeService, -} from "./cosmos/authz/v1beta1/tx_cosmes.js"; +} from "./cosmos/authz/v1beta1/tx_@onsonr/es.js"; export { QueryGrantsRequest as CosmosAuthzV1beta1QueryGrantsRequest, QueryGrantsResponse as CosmosAuthzV1beta1QueryGrantsResponse, @@ -3460,7 +3460,7 @@ export { QueryGrantsService as CosmosAuthzV1beta1QueryGrantsService, QueryGranterGrantsService as CosmosAuthzV1beta1QueryGranterGrantsService, QueryGranteeGrantsService as CosmosAuthzV1beta1QueryGranteeGrantsService, -} from "./cosmos/authz/v1beta1/query_cosmes.js"; +} from "./cosmos/authz/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosAuthzV1beta1GenesisState, } from "./cosmos/authz/v1beta1/genesis_pb.js"; @@ -3483,7 +3483,7 @@ export { } from "./cosmos/auth/v1beta1/tx_pb.js"; export { MsgUpdateParamsService as CosmosAuthV1beta1MsgUpdateParamsService, -} from "./cosmos/auth/v1beta1/tx_cosmes.js"; +} from "./cosmos/auth/v1beta1/tx_@onsonr/es.js"; export { QueryAccountsRequest as CosmosAuthV1beta1QueryAccountsRequest, QueryAccountsResponse as CosmosAuthV1beta1QueryAccountsResponse, @@ -3517,7 +3517,7 @@ export { QueryAddressBytesToStringService as CosmosAuthV1beta1QueryAddressBytesToStringService, QueryAddressStringToBytesService as CosmosAuthV1beta1QueryAddressStringToBytesService, QueryAccountInfoService as CosmosAuthV1beta1QueryAccountInfoService, -} from "./cosmos/auth/v1beta1/query_cosmes.js"; +} from "./cosmos/auth/v1beta1/query_@onsonr/es.js"; export { GenesisState as CosmosAuthV1beta1GenesisState, } from "./cosmos/auth/v1beta1/genesis_pb.js"; @@ -3537,7 +3537,7 @@ export { } from "./cosmos/app/v1alpha1/query_pb.js"; export { QueryConfigService as CosmosAppV1alpha1QueryConfigService, -} from "./cosmos/app/v1alpha1/query_cosmes.js"; +} from "./cosmos/app/v1alpha1/query_@onsonr/es.js"; export { ModuleDescriptor as CosmosAppV1alpha1ModuleDescriptor, PackageReference as CosmosAppV1alpha1PackageReference, @@ -3567,7 +3567,7 @@ export { } from "./babylon/zoneconcierge/v1/tx_pb.js"; export { MsgUpdateParamsService as BabylonZoneconciergeV1MsgUpdateParamsService, -} from "./babylon/zoneconcierge/v1/tx_cosmes.js"; +} from "./babylon/zoneconcierge/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonZoneconciergeV1QueryParamsRequest, QueryParamsResponse as BabylonZoneconciergeV1QueryParamsResponse, @@ -3598,7 +3598,7 @@ export { QueryListEpochHeadersService as BabylonZoneconciergeV1QueryListEpochHeadersService, QueryFinalizedChainsInfoService as BabylonZoneconciergeV1QueryFinalizedChainsInfoService, QueryFinalizedChainInfoUntilHeightService as BabylonZoneconciergeV1QueryFinalizedChainInfoUntilHeightService, -} from "./babylon/zoneconcierge/v1/query_cosmes.js"; +} from "./babylon/zoneconcierge/v1/query_@onsonr/es.js"; export { Params as BabylonZoneconciergeV1Params, } from "./babylon/zoneconcierge/v1/params_pb.js"; @@ -3618,7 +3618,7 @@ export { export { QueryEndedEpochBtcHeightService as BabylonMonitorV1QueryEndedEpochBtcHeightService, QueryReportedCheckpointBtcHeightService as BabylonMonitorV1QueryReportedCheckpointBtcHeightService, -} from "./babylon/monitor/v1/query_cosmes.js"; +} from "./babylon/monitor/v1/query_@onsonr/es.js"; export { GenesisState as BabylonMonitorV1GenesisState, } from "./babylon/monitor/v1/genesis_pb.js"; @@ -3631,7 +3631,7 @@ export { export { MsgWithdrawRewardService as BabylonIncentiveMsgWithdrawRewardService, MsgUpdateParamsService as BabylonIncentiveMsgUpdateParamsService, -} from "./babylon/incentive/tx_cosmes.js"; +} from "./babylon/incentive/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonIncentiveQueryParamsRequest, QueryParamsResponse as BabylonIncentiveQueryParamsResponse, @@ -3647,7 +3647,7 @@ export { QueryRewardGaugesService as BabylonIncentiveQueryRewardGaugesService, QueryBTCStakingGaugeService as BabylonIncentiveQueryBTCStakingGaugeService, QueryBTCTimestampingGaugeService as BabylonIncentiveQueryBTCTimestampingGaugeService, -} from "./babylon/incentive/query_cosmes.js"; +} from "./babylon/incentive/query_@onsonr/es.js"; export { Params as BabylonIncentiveParams, } from "./babylon/incentive/params_pb.js"; @@ -3670,7 +3670,7 @@ export { MsgAddFinalitySigService as BabylonFinalityV1MsgAddFinalitySigService, MsgCommitPubRandListService as BabylonFinalityV1MsgCommitPubRandListService, MsgUpdateParamsService as BabylonFinalityV1MsgUpdateParamsService, -} from "./babylon/finality/v1/tx_cosmes.js"; +} from "./babylon/finality/v1/tx_@onsonr/es.js"; export { QueriedBlockStatus as BabylonFinalityV1QueriedBlockStatus, QueryParamsRequest as BabylonFinalityV1QueryParamsRequest, @@ -3696,7 +3696,7 @@ export { QueryVotesAtHeightService as BabylonFinalityV1QueryVotesAtHeightService, QueryEvidenceService as BabylonFinalityV1QueryEvidenceService, QueryListEvidencesService as BabylonFinalityV1QueryListEvidencesService, -} from "./babylon/finality/v1/query_cosmes.js"; +} from "./babylon/finality/v1/query_@onsonr/es.js"; export { Params as BabylonFinalityV1Params, } from "./babylon/finality/v1/params_pb.js"; @@ -3730,7 +3730,7 @@ export { MsgWrappedBeginRedelegateService as BabylonEpochingV1MsgWrappedBeginRedelegateService, MsgWrappedCancelUnbondingDelegationService as BabylonEpochingV1MsgWrappedCancelUnbondingDelegationService, MsgUpdateParamsService as BabylonEpochingV1MsgUpdateParamsService, -} from "./babylon/epoching/v1/tx_cosmes.js"; +} from "./babylon/epoching/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonEpochingV1QueryParamsRequest, QueryParamsResponse as BabylonEpochingV1QueryParamsResponse, @@ -3765,7 +3765,7 @@ export { QueryValidatorLifecycleService as BabylonEpochingV1QueryValidatorLifecycleService, QueryDelegationLifecycleService as BabylonEpochingV1QueryDelegationLifecycleService, QueryEpochValSetService as BabylonEpochingV1QueryEpochValSetService, -} from "./babylon/epoching/v1/query_cosmes.js"; +} from "./babylon/epoching/v1/query_@onsonr/es.js"; export { Params as BabylonEpochingV1Params, } from "./babylon/epoching/v1/params_pb.js"; @@ -3798,7 +3798,7 @@ export { } from "./babylon/checkpointing/v1/tx_pb.js"; export { MsgWrappedCreateValidatorService as BabylonCheckpointingV1MsgWrappedCreateValidatorService, -} from "./babylon/checkpointing/v1/tx_cosmes.js"; +} from "./babylon/checkpointing/v1/tx_@onsonr/es.js"; export { QueryRawCheckpointListRequest as BabylonCheckpointingV1QueryRawCheckpointListRequest, QueryRawCheckpointListResponse as BabylonCheckpointingV1QueryRawCheckpointListResponse, @@ -3826,7 +3826,7 @@ export { QueryEpochStatusService as BabylonCheckpointingV1QueryEpochStatusService, QueryRecentEpochStatusCountService as BabylonCheckpointingV1QueryRecentEpochStatusCountService, QueryLastCheckpointWithStatusService as BabylonCheckpointingV1QueryLastCheckpointWithStatusService, -} from "./babylon/checkpointing/v1/query_cosmes.js"; +} from "./babylon/checkpointing/v1/query_@onsonr/es.js"; export { GenesisState as BabylonCheckpointingV1GenesisState, GenesisKey as BabylonCheckpointingV1GenesisKey, @@ -3879,7 +3879,7 @@ export { MsgBTCUndelegateService as BabylonBtcstakingV1MsgBTCUndelegateService, MsgSelectiveSlashingEvidenceService as BabylonBtcstakingV1MsgSelectiveSlashingEvidenceService, MsgUpdateParamsService as BabylonBtcstakingV1MsgUpdateParamsService, -} from "./babylon/btcstaking/v1/tx_cosmes.js"; +} from "./babylon/btcstaking/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonBtcstakingV1QueryParamsRequest, QueryParamsResponse as BabylonBtcstakingV1QueryParamsResponse, @@ -3917,7 +3917,7 @@ export { QueryActivatedHeightService as BabylonBtcstakingV1QueryActivatedHeightService, QueryFinalityProviderDelegationsService as BabylonBtcstakingV1QueryFinalityProviderDelegationsService, QueryBTCDelegationService as BabylonBtcstakingV1QueryBTCDelegationService, -} from "./babylon/btcstaking/v1/query_cosmes.js"; +} from "./babylon/btcstaking/v1/query_@onsonr/es.js"; export { BTCSigType as BabylonBtcstakingV1BTCSigType, ProofOfPossession as BabylonBtcstakingV1ProofOfPossession, @@ -3967,7 +3967,7 @@ export { export { MsgInsertHeadersService as BabylonBtclightclientV1MsgInsertHeadersService, MsgUpdateParamsService as BabylonBtclightclientV1MsgUpdateParamsService, -} from "./babylon/btclightclient/v1/tx_cosmes.js"; +} from "./babylon/btclightclient/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonBtclightclientV1QueryParamsRequest, QueryParamsResponse as BabylonBtclightclientV1QueryParamsResponse, @@ -3996,7 +3996,7 @@ export { QueryTipService as BabylonBtclightclientV1QueryTipService, QueryBaseHeaderService as BabylonBtclightclientV1QueryBaseHeaderService, QueryHeaderDepthService as BabylonBtclightclientV1QueryHeaderDepthService, -} from "./babylon/btclightclient/v1/query_cosmes.js"; +} from "./babylon/btclightclient/v1/query_@onsonr/es.js"; export { Params as BabylonBtclightclientV1Params, } from "./babylon/btclightclient/v1/params_pb.js"; @@ -4020,7 +4020,7 @@ export { export { MsgInsertBTCSpvProofService as BabylonBtccheckpointV1MsgInsertBTCSpvProofService, MsgUpdateParamsService as BabylonBtccheckpointV1MsgUpdateParamsService, -} from "./babylon/btccheckpoint/v1/tx_cosmes.js"; +} from "./babylon/btccheckpoint/v1/tx_@onsonr/es.js"; export { QueryParamsRequest as BabylonBtccheckpointV1QueryParamsRequest, QueryParamsResponse as BabylonBtccheckpointV1QueryParamsResponse, @@ -4040,7 +4040,7 @@ export { QueryBtcCheckpointInfoService as BabylonBtccheckpointV1QueryBtcCheckpointInfoService, QueryBtcCheckpointsInfoService as BabylonBtccheckpointV1QueryBtcCheckpointsInfoService, QueryEpochSubmissionsService as BabylonBtccheckpointV1QueryEpochSubmissionsService, -} from "./babylon/btccheckpoint/v1/query_cosmes.js"; +} from "./babylon/btccheckpoint/v1/query_@onsonr/es.js"; export { Params as BabylonBtccheckpointV1Params, } from "./babylon/btccheckpoint/v1/params_pb.js"; diff --git a/src/protobufs/osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_cosmes.ts index d8fcf0b..aa91424 100644 --- a/src/protobufs/osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx_cosmes.ts @@ -1,11 +1,15 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/concentratedliquidity/poolmodel/concentrated/v1beta1/tx.proto (package osmosis.concentratedliquidity.poolmodel.concentrated.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { MsgCreateConcentratedPool, MsgCreateConcentratedPoolResponse } from "./tx_pb.js"; +import { + MsgCreateConcentratedPool, + MsgCreateConcentratedPoolResponse, +} from "./tx_pb.js"; -const TYPE_NAME = "osmosis.concentratedliquidity.poolmodel.concentrated.v1beta1.Msg"; +const TYPE_NAME = + "osmosis.concentratedliquidity.poolmodel.concentrated.v1beta1.Msg"; /** * @generated from rpc osmosis.concentratedliquidity.poolmodel.concentrated.v1beta1.Msg.CreateConcentratedPool @@ -16,4 +20,3 @@ export const MsgCreateConcentratedPoolService = { Request: MsgCreateConcentratedPool, Response: MsgCreateConcentratedPoolResponse, } as const; - diff --git a/src/protobufs/osmosis/concentratedliquidity/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/concentratedliquidity/v1beta1/query_cosmes.ts index 13e1877..5f68111 100644 --- a/src/protobufs/osmosis/concentratedliquidity/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/concentratedliquidity/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/concentratedliquidity/v1beta1/query.proto (package osmosis.concentratedliquidity.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/concentratedliquidity/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/concentratedliquidity/v1beta1/tx_cosmes.ts index c1ce1ea..543ce39 100644 --- a/src/protobufs/osmosis/concentratedliquidity/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/concentratedliquidity/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/concentratedliquidity/v1beta1/tx.proto (package osmosis.concentratedliquidity.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/cosmwasmpool/v1beta1/model/tx_cosmes.ts b/src/protobufs/osmosis/cosmwasmpool/v1beta1/model/tx_cosmes.ts index ccb1523..88192cd 100644 --- a/src/protobufs/osmosis/cosmwasmpool/v1beta1/model/tx_cosmes.ts +++ b/src/protobufs/osmosis/cosmwasmpool/v1beta1/model/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/cosmwasmpool/v1beta1/model/tx.proto (package osmosis.cosmwasmpool.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/cosmwasmpool/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/cosmwasmpool/v1beta1/query_cosmes.ts index 4ba6a2b..986636d 100644 --- a/src/protobufs/osmosis/cosmwasmpool/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/cosmwasmpool/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/cosmwasmpool/v1beta1/query.proto (package osmosis.cosmwasmpool.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/cosmwasmpool/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/cosmwasmpool/v1beta1/tx_cosmes.ts index 22acfbd..fd86a35 100644 --- a/src/protobufs/osmosis/cosmwasmpool/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/cosmwasmpool/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/cosmwasmpool/v1beta1/tx.proto (package osmosis.cosmwasmpool.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/downtimedetector/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/downtimedetector/v1beta1/query_cosmes.ts index 3829277..cc9b6f4 100644 --- a/src/protobufs/osmosis/downtimedetector/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/downtimedetector/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/downtimedetector/v1beta1/query.proto (package osmosis.downtimedetector.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/epochs/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/epochs/v1beta1/query_cosmes.ts index 598a6b6..85a4874 100644 --- a/src/protobufs/osmosis/epochs/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/epochs/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/epochs/v1beta1/query.proto (package osmosis.epochs.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/gamm/poolmodels/balancer/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/gamm/poolmodels/balancer/v1beta1/tx_cosmes.ts index 58d0d38..500ef6f 100644 --- a/src/protobufs/osmosis/gamm/poolmodels/balancer/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/gamm/poolmodels/balancer/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/gamm/poolmodels/balancer/v1beta1/tx.proto (package osmosis.gamm.poolmodels.balancer.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/gamm/poolmodels/stableswap/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/gamm/poolmodels/stableswap/v1beta1/tx_cosmes.ts index 4d08f47..d9e7c91 100644 --- a/src/protobufs/osmosis/gamm/poolmodels/stableswap/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/gamm/poolmodels/stableswap/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/gamm/poolmodels/stableswap/v1beta1/tx.proto (package osmosis.gamm.poolmodels.stableswap.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/gamm/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/gamm/v1beta1/query_cosmes.ts index 3f0a579..ae8ef69 100644 --- a/src/protobufs/osmosis/gamm/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/gamm/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/gamm/v1beta1/query.proto (package osmosis.gamm.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/gamm/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/gamm/v1beta1/tx_cosmes.ts index 9d5c82c..eb5aba7 100644 --- a/src/protobufs/osmosis/gamm/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/gamm/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/gamm/v1beta1/tx.proto (package osmosis.gamm.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/gamm/v2/query_cosmes.ts b/src/protobufs/osmosis/gamm/v2/query_cosmes.ts index 68f3e29..306eef2 100644 --- a/src/protobufs/osmosis/gamm/v2/query_cosmes.ts +++ b/src/protobufs/osmosis/gamm/v2/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/gamm/v2/query.proto (package osmosis.gamm.v2, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/ibchooks/tx_cosmes.ts b/src/protobufs/osmosis/ibchooks/tx_cosmes.ts index 4889ce4..09dd27d 100644 --- a/src/protobufs/osmosis/ibchooks/tx_cosmes.ts +++ b/src/protobufs/osmosis/ibchooks/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/ibchooks/tx.proto (package osmosis.ibchooks, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/ibcratelimit/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/ibcratelimit/v1beta1/query_cosmes.ts index 90d5ab2..2f936b8 100644 --- a/src/protobufs/osmosis/ibcratelimit/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/ibcratelimit/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/ibcratelimit/v1beta1/query.proto (package osmosis.ibcratelimit.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/incentives/query_cosmes.ts b/src/protobufs/osmosis/incentives/query_cosmes.ts index 6d64d4b..bfb4fa4 100644 --- a/src/protobufs/osmosis/incentives/query_cosmes.ts +++ b/src/protobufs/osmosis/incentives/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/incentives/query.proto (package osmosis.incentives, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/incentives/tx_cosmes.ts b/src/protobufs/osmosis/incentives/tx_cosmes.ts index 9228a1f..daa68a4 100644 --- a/src/protobufs/osmosis/incentives/tx_cosmes.ts +++ b/src/protobufs/osmosis/incentives/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/incentives/tx.proto (package osmosis.incentives, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/lockup/query_cosmes.ts b/src/protobufs/osmosis/lockup/query_cosmes.ts index 72fa068..5e67729 100644 --- a/src/protobufs/osmosis/lockup/query_cosmes.ts +++ b/src/protobufs/osmosis/lockup/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/lockup/query.proto (package osmosis.lockup, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/lockup/tx_cosmes.ts b/src/protobufs/osmosis/lockup/tx_cosmes.ts index da13660..1d3c514 100644 --- a/src/protobufs/osmosis/lockup/tx_cosmes.ts +++ b/src/protobufs/osmosis/lockup/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/lockup/tx.proto (package osmosis.lockup, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/mint/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/mint/v1beta1/query_cosmes.ts index 3a36964..00d12db 100644 --- a/src/protobufs/osmosis/mint/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/mint/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/mint/v1beta1/query.proto (package osmosis.mint.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/poolincentives/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/poolincentives/v1beta1/query_cosmes.ts index 7600eab..c2b8b78 100644 --- a/src/protobufs/osmosis/poolincentives/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/poolincentives/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/poolincentives/v1beta1/query.proto (package osmosis.poolincentives.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/poolmanager/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/poolmanager/v1beta1/query_cosmes.ts index 2fc8500..48e0165 100644 --- a/src/protobufs/osmosis/poolmanager/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/poolmanager/v1beta1/query_cosmes.ts @@ -1,9 +1,54 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/poolmanager/v1beta1/query.proto (package osmosis.poolmanager.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { AllPoolsRequest, AllPoolsResponse, AllRegisteredAlloyedPoolsRequest, AllRegisteredAlloyedPoolsResponse, AllTakerFeeShareAccumulatorsRequest, AllTakerFeeShareAccumulatorsResponse, AllTakerFeeShareAgreementsRequest, AllTakerFeeShareAgreementsResponse, EstimateSinglePoolSwapExactAmountInRequest, EstimateSinglePoolSwapExactAmountOutRequest, EstimateSwapExactAmountInRequest, EstimateSwapExactAmountInResponse, EstimateSwapExactAmountInWithPrimitiveTypesRequest, EstimateSwapExactAmountOutRequest, EstimateSwapExactAmountOutResponse, EstimateSwapExactAmountOutWithPrimitiveTypesRequest, EstimateTradeBasedOnPriceImpactRequest, EstimateTradeBasedOnPriceImpactResponse, ListPoolsByDenomRequest, ListPoolsByDenomResponse, NumPoolsRequest, NumPoolsResponse, ParamsRequest, ParamsResponse, PoolRequest, PoolResponse, RegisteredAlloyedPoolFromDenomRequest, RegisteredAlloyedPoolFromDenomResponse, RegisteredAlloyedPoolFromPoolIdRequest, RegisteredAlloyedPoolFromPoolIdResponse, SpotPriceRequest, SpotPriceResponse, TakerFeeShareAgreementFromDenomRequest, TakerFeeShareAgreementFromDenomResponse, TakerFeeShareDenomsToAccruedValueRequest, TakerFeeShareDenomsToAccruedValueResponse, TotalLiquidityRequest, TotalLiquidityResponse, TotalPoolLiquidityRequest, TotalPoolLiquidityResponse, TotalVolumeForPoolRequest, TotalVolumeForPoolResponse, TradingPairTakerFeeRequest, TradingPairTakerFeeResponse } from "./query_pb.js"; +import { + AllPoolsRequest, + AllPoolsResponse, + AllRegisteredAlloyedPoolsRequest, + AllRegisteredAlloyedPoolsResponse, + AllTakerFeeShareAccumulatorsRequest, + AllTakerFeeShareAccumulatorsResponse, + AllTakerFeeShareAgreementsRequest, + AllTakerFeeShareAgreementsResponse, + EstimateSinglePoolSwapExactAmountInRequest, + EstimateSinglePoolSwapExactAmountOutRequest, + EstimateSwapExactAmountInRequest, + EstimateSwapExactAmountInResponse, + EstimateSwapExactAmountInWithPrimitiveTypesRequest, + EstimateSwapExactAmountOutRequest, + EstimateSwapExactAmountOutResponse, + EstimateSwapExactAmountOutWithPrimitiveTypesRequest, + EstimateTradeBasedOnPriceImpactRequest, + EstimateTradeBasedOnPriceImpactResponse, + ListPoolsByDenomRequest, + ListPoolsByDenomResponse, + NumPoolsRequest, + NumPoolsResponse, + ParamsRequest, + ParamsResponse, + PoolRequest, + PoolResponse, + RegisteredAlloyedPoolFromDenomRequest, + RegisteredAlloyedPoolFromDenomResponse, + RegisteredAlloyedPoolFromPoolIdRequest, + RegisteredAlloyedPoolFromPoolIdResponse, + SpotPriceRequest, + SpotPriceResponse, + TakerFeeShareAgreementFromDenomRequest, + TakerFeeShareAgreementFromDenomResponse, + TakerFeeShareDenomsToAccruedValueRequest, + TakerFeeShareDenomsToAccruedValueResponse, + TotalLiquidityRequest, + TotalLiquidityResponse, + TotalPoolLiquidityRequest, + TotalPoolLiquidityResponse, + TotalVolumeForPoolRequest, + TotalVolumeForPoolResponse, + TradingPairTakerFeeRequest, + TradingPairTakerFeeResponse, +} from "./query_pb.js"; const TYPE_NAME = "osmosis.poolmanager.v1beta1.Query"; @@ -322,4 +367,3 @@ export const QueryAllRegisteredAlloyedPoolsService = { Request: AllRegisteredAlloyedPoolsRequest, Response: AllRegisteredAlloyedPoolsResponse, } as const; - diff --git a/src/protobufs/osmosis/poolmanager/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/poolmanager/v1beta1/tx_cosmes.ts index 9c1abf9..bd8eee6 100644 --- a/src/protobufs/osmosis/poolmanager/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/poolmanager/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/poolmanager/v1beta1/tx.proto (package osmosis.poolmanager.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/poolmanager/v2/query_cosmes.ts b/src/protobufs/osmosis/poolmanager/v2/query_cosmes.ts index b82f020..6e27ff2 100644 --- a/src/protobufs/osmosis/poolmanager/v2/query_cosmes.ts +++ b/src/protobufs/osmosis/poolmanager/v2/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/poolmanager/v2/query.proto (package osmosis.poolmanager.v2, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/protorev/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/protorev/v1beta1/query_cosmes.ts index 9083458..a91d936 100644 --- a/src/protobufs/osmosis/protorev/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/protorev/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/protorev/v1beta1/query.proto (package osmosis.protorev.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/protorev/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/protorev/v1beta1/tx_cosmes.ts index ed07475..e5e7d09 100644 --- a/src/protobufs/osmosis/protorev/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/protorev/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/protorev/v1beta1/tx.proto (package osmosis.protorev.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/smartaccount/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/smartaccount/v1beta1/query_cosmes.ts index 9df34f9..c3e2db1 100644 --- a/src/protobufs/osmosis/smartaccount/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/smartaccount/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/smartaccount/v1beta1/query.proto (package osmosis.smartaccount.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/smartaccount/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/smartaccount/v1beta1/tx_cosmes.ts index 75dca75..d89b954 100644 --- a/src/protobufs/osmosis/smartaccount/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/smartaccount/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/smartaccount/v1beta1/tx.proto (package osmosis.smartaccount.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/superfluid/query_cosmes.ts b/src/protobufs/osmosis/superfluid/query_cosmes.ts index c1a3561..0326ba6 100644 --- a/src/protobufs/osmosis/superfluid/query_cosmes.ts +++ b/src/protobufs/osmosis/superfluid/query_cosmes.ts @@ -1,9 +1,46 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/superfluid/query.proto (package osmosis.superfluid, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { AllAssetsRequest, AllAssetsResponse, AllIntermediaryAccountsRequest, AllIntermediaryAccountsResponse, AssetMultiplierRequest, AssetMultiplierResponse, AssetTypeRequest, AssetTypeResponse, ConnectedIntermediaryAccountRequest, ConnectedIntermediaryAccountResponse, EstimateSuperfluidDelegatedAmountByValidatorDenomRequest, EstimateSuperfluidDelegatedAmountByValidatorDenomResponse, QueryParamsRequest, QueryParamsResponse, QueryRestSupplyRequest, QueryRestSupplyResponse, QueryTotalDelegationByDelegatorRequest, QueryTotalDelegationByDelegatorResponse, QueryTotalDelegationByValidatorForDenomRequest, QueryTotalDelegationByValidatorForDenomResponse, QueryUnpoolWhitelistRequest, QueryUnpoolWhitelistResponse, SuperfluidDelegationAmountRequest, SuperfluidDelegationAmountResponse, SuperfluidDelegationsByDelegatorRequest, SuperfluidDelegationsByDelegatorResponse, SuperfluidDelegationsByValidatorDenomRequest, SuperfluidDelegationsByValidatorDenomResponse, SuperfluidUndelegationsByDelegatorRequest, SuperfluidUndelegationsByDelegatorResponse, TotalSuperfluidDelegationsRequest, TotalSuperfluidDelegationsResponse, UserConcentratedSuperfluidPositionsDelegatedRequest, UserConcentratedSuperfluidPositionsDelegatedResponse, UserConcentratedSuperfluidPositionsUndelegatingRequest, UserConcentratedSuperfluidPositionsUndelegatingResponse } from "./query_pb.js"; +import { + AllAssetsRequest, + AllAssetsResponse, + AllIntermediaryAccountsRequest, + AllIntermediaryAccountsResponse, + AssetMultiplierRequest, + AssetMultiplierResponse, + AssetTypeRequest, + AssetTypeResponse, + ConnectedIntermediaryAccountRequest, + ConnectedIntermediaryAccountResponse, + EstimateSuperfluidDelegatedAmountByValidatorDenomRequest, + EstimateSuperfluidDelegatedAmountByValidatorDenomResponse, + QueryParamsRequest, + QueryParamsResponse, + QueryRestSupplyRequest, + QueryRestSupplyResponse, + QueryTotalDelegationByDelegatorRequest, + QueryTotalDelegationByDelegatorResponse, + QueryTotalDelegationByValidatorForDenomRequest, + QueryTotalDelegationByValidatorForDenomResponse, + QueryUnpoolWhitelistRequest, + QueryUnpoolWhitelistResponse, + SuperfluidDelegationAmountRequest, + SuperfluidDelegationAmountResponse, + SuperfluidDelegationsByDelegatorRequest, + SuperfluidDelegationsByDelegatorResponse, + SuperfluidDelegationsByValidatorDenomRequest, + SuperfluidDelegationsByValidatorDenomResponse, + SuperfluidUndelegationsByDelegatorRequest, + SuperfluidUndelegationsByDelegatorResponse, + TotalSuperfluidDelegationsRequest, + TotalSuperfluidDelegationsResponse, + UserConcentratedSuperfluidPositionsDelegatedRequest, + UserConcentratedSuperfluidPositionsDelegatedResponse, + UserConcentratedSuperfluidPositionsUndelegatingRequest, + UserConcentratedSuperfluidPositionsUndelegatingResponse, +} from "./query_pb.js"; const TYPE_NAME = "osmosis.superfluid.Query"; @@ -224,4 +261,3 @@ export const QueryRestSupplyService = { Request: QueryRestSupplyRequest, Response: QueryRestSupplyResponse, } as const; - diff --git a/src/protobufs/osmosis/superfluid/tx_cosmes.ts b/src/protobufs/osmosis/superfluid/tx_cosmes.ts index 4796087..5ae7ebb 100644 --- a/src/protobufs/osmosis/superfluid/tx_cosmes.ts +++ b/src/protobufs/osmosis/superfluid/tx_cosmes.ts @@ -1,9 +1,30 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/superfluid/tx.proto (package osmosis.superfluid, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { MsgAddToConcentratedLiquiditySuperfluidPosition, MsgAddToConcentratedLiquiditySuperfluidPositionResponse, MsgCreateFullRangePositionAndSuperfluidDelegate, MsgCreateFullRangePositionAndSuperfluidDelegateResponse, MsgLockAndSuperfluidDelegate, MsgLockAndSuperfluidDelegateResponse, MsgSuperfluidDelegate, MsgSuperfluidDelegateResponse, MsgSuperfluidUnbondLock, MsgSuperfluidUnbondLockResponse, MsgSuperfluidUndelegate, MsgSuperfluidUndelegateAndUnbondLock, MsgSuperfluidUndelegateAndUnbondLockResponse, MsgSuperfluidUndelegateResponse, MsgUnbondConvertAndStake, MsgUnbondConvertAndStakeResponse, MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition, MsgUnlockAndMigrateSharesToFullRangeConcentratedPositionResponse, MsgUnPoolWhitelistedPool, MsgUnPoolWhitelistedPoolResponse } from "./tx_pb.js"; +import { + MsgAddToConcentratedLiquiditySuperfluidPosition, + MsgAddToConcentratedLiquiditySuperfluidPositionResponse, + MsgCreateFullRangePositionAndSuperfluidDelegate, + MsgCreateFullRangePositionAndSuperfluidDelegateResponse, + MsgLockAndSuperfluidDelegate, + MsgLockAndSuperfluidDelegateResponse, + MsgSuperfluidDelegate, + MsgSuperfluidDelegateResponse, + MsgSuperfluidUnbondLock, + MsgSuperfluidUnbondLockResponse, + MsgSuperfluidUndelegate, + MsgSuperfluidUndelegateAndUnbondLock, + MsgSuperfluidUndelegateAndUnbondLockResponse, + MsgSuperfluidUndelegateResponse, + MsgUnbondConvertAndStake, + MsgUnbondConvertAndStakeResponse, + MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition, + MsgUnlockAndMigrateSharesToFullRangeConcentratedPositionResponse, + MsgUnPoolWhitelistedPool, + MsgUnPoolWhitelistedPoolResponse, +} from "./tx_pb.js"; const TYPE_NAME = "osmosis.superfluid.Msg"; @@ -120,4 +141,3 @@ export const MsgUnbondConvertAndStakeService = { Request: MsgUnbondConvertAndStake, Response: MsgUnbondConvertAndStakeResponse, } as const; - diff --git a/src/protobufs/osmosis/tokenfactory/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/tokenfactory/v1beta1/query_cosmes.ts index cba7955..cc59665 100644 --- a/src/protobufs/osmosis/tokenfactory/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/tokenfactory/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/tokenfactory/v1beta1/query.proto (package osmosis.tokenfactory.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/tokenfactory/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/tokenfactory/v1beta1/tx_cosmes.ts index 662fc8e..d9a95ba 100644 --- a/src/protobufs/osmosis/tokenfactory/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/tokenfactory/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/tokenfactory/v1beta1/tx.proto (package osmosis.tokenfactory.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/twap/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/twap/v1beta1/query_cosmes.ts index 933b73f..210e8f7 100644 --- a/src/protobufs/osmosis/twap/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/twap/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/twap/v1beta1/query.proto (package osmosis.twap.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/txfees/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/txfees/v1beta1/query_cosmes.ts index 1d9ad80..1d1397d 100644 --- a/src/protobufs/osmosis/txfees/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/txfees/v1beta1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/txfees/v1beta1/query.proto (package osmosis.txfees.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/osmosis/txfees/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/txfees/v1beta1/tx_cosmes.ts index 0d2735c..c93ef17 100644 --- a/src/protobufs/osmosis/txfees/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/txfees/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/txfees/v1beta1/tx.proto (package osmosis.txfees.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck @@ -16,4 +16,3 @@ export const MsgSetFeeTokensService = { Request: MsgSetFeeTokens, Response: MsgSetFeeTokensResponse, } as const; - diff --git a/src/protobufs/osmosis/valsetpref/v1beta1/query_cosmes.ts b/src/protobufs/osmosis/valsetpref/v1beta1/query_cosmes.ts index 7746b7f..c545164 100644 --- a/src/protobufs/osmosis/valsetpref/v1beta1/query_cosmes.ts +++ b/src/protobufs/osmosis/valsetpref/v1beta1/query_cosmes.ts @@ -1,9 +1,12 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/valsetpref/v1beta1/query.proto (package osmosis.valsetpref.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck -import { UserValidatorPreferencesRequest, UserValidatorPreferencesResponse } from "./query_pb.js"; +import { + UserValidatorPreferencesRequest, + UserValidatorPreferencesResponse, +} from "./query_pb.js"; const TYPE_NAME = "osmosis.valsetpref.v1beta1.Query"; @@ -18,4 +21,3 @@ export const QueryUserValidatorPreferencesService = { Request: UserValidatorPreferencesRequest, Response: UserValidatorPreferencesResponse, } as const; - diff --git a/src/protobufs/osmosis/valsetpref/v1beta1/tx_cosmes.ts b/src/protobufs/osmosis/valsetpref/v1beta1/tx_cosmes.ts index 2eaf1a9..b23387f 100644 --- a/src/protobufs/osmosis/valsetpref/v1beta1/tx_cosmes.ts +++ b/src/protobufs/osmosis/valsetpref/v1beta1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file osmosis/valsetpref/v1beta1/tx.proto (package osmosis.valsetpref.v1beta1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/svc/v1/query_cosmes.ts b/src/protobufs/svc/v1/query_cosmes.ts index 0d56927..21fea55 100644 --- a/src/protobufs/svc/v1/query_cosmes.ts +++ b/src/protobufs/svc/v1/query_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file svc/v1/query.proto (package svc.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck @@ -18,4 +18,3 @@ export const QueryParamsService = { Request: QueryParamsRequest, Response: QueryParamsResponse, } as const; - diff --git a/src/protobufs/svc/v1/tx_cosmes.ts b/src/protobufs/svc/v1/tx_cosmes.ts index a0c2991..afc1f01 100644 --- a/src/protobufs/svc/v1/tx_cosmes.ts +++ b/src/protobufs/svc/v1/tx_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file svc/v1/tx.proto (package svc.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/protobufs/tendermint/abci/types_cosmes.ts b/src/protobufs/tendermint/abci/types_cosmes.ts index 9716fcd..1fe91f8 100644 --- a/src/protobufs/tendermint/abci/types_cosmes.ts +++ b/src/protobufs/tendermint/abci/types_cosmes.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-cosmes v0.0.1 with parameter "target=ts" +// @generated by protoc-gen-@onsonr/es v0.0.1 with parameter "target=ts" // @generated from file tendermint/abci/types.proto (package tendermint.abci, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/src/wallet/utils/verify.ts b/src/wallet/utils/verify.ts index 3fde2d3..c7ed3d6 100644 --- a/src/wallet/utils/verify.ts +++ b/src/wallet/utils/verify.ts @@ -4,7 +4,7 @@ import { verifyADR36, verifyECDSA, verifyEIP191, -} from "cosmes/codec"; +} from "@onsonr/es/codec"; import { WalletName } from "../constants/WalletName"; diff --git a/src/wallet/walletconnect/WalletConnectV2.ts b/src/wallet/walletconnect/WalletConnectV2.ts index cc69d24..930129f 100644 --- a/src/wallet/walletconnect/WalletConnectV2.ts +++ b/src/wallet/walletconnect/WalletConnectV2.ts @@ -1,5 +1,5 @@ import SignClient from "@walletconnect/sign-client"; -import { SignDoc, StdSignDoc } from "cosmes/registry"; +import { SignDoc, StdSignDoc } from "@onsonr/es/registry"; import { debounce } from "lodash-es"; import { isAndroid, isMobile } from "../utils/os"; @@ -73,7 +73,7 @@ export class WalletConnectV2 { constructor(projectId: string, mobileAppDetails: MobileAppDetails) { this.projectId = projectId; this.mobileAppDetails = mobileAppDetails; - this.sessionStorageKey = `cosmes.wallet.${mobileAppDetails.name.toLowerCase()}.wcSession`; + this.sessionStorageKey = `@onsonr/es.wallet.${mobileAppDetails.name.toLowerCase()}.wcSession`; this.onDisconnectCbs = new Set(); this.onAccountChangeCbs = new Set(); this.signClient = null; diff --git a/src/wallet/wallets/ConnectedWallet.ts b/src/wallet/wallets/ConnectedWallet.ts index 3e2febd..7d76985 100644 --- a/src/wallet/wallets/ConnectedWallet.ts +++ b/src/wallet/wallets/ConnectedWallet.ts @@ -9,12 +9,12 @@ import { pollTx, simulateTx, toBaseAccount, -} from "cosmes/client"; +} from "@onsonr/es/client"; import { CosmosBaseV1beta1Coin as Coin, CosmosTxV1beta1Fee as Fee, CosmosTxV1beta1GetTxResponse as GetTxResponse, -} from "cosmes/protobufs"; +} from "@onsonr/es/protobufs"; import type { WalletName } from "../constants/WalletName"; import type { WalletType } from "../constants/WalletType"; diff --git a/src/wallet/wallets/WalletController.ts b/src/wallet/wallets/WalletController.ts index b4f15a2..879c573 100644 --- a/src/wallet/wallets/WalletController.ts +++ b/src/wallet/wallets/WalletController.ts @@ -1,5 +1,5 @@ import type { PlainMessage } from "@bufbuild/protobuf"; -import type { CosmosBaseV1beta1Coin as Coin } from "cosmes/protobufs"; +import type { CosmosBaseV1beta1Coin as Coin } from "@onsonr/es/protobufs"; import type { WalletName } from "../constants/WalletName"; import { WalletType } from "../constants/WalletType"; diff --git a/src/wallet/wallets/mnemonic/MnemonicWallet.ts b/src/wallet/wallets/mnemonic/MnemonicWallet.ts index 3dafffd..cfac463 100644 --- a/src/wallet/wallets/mnemonic/MnemonicWallet.ts +++ b/src/wallet/wallets/mnemonic/MnemonicWallet.ts @@ -1,4 +1,4 @@ -import { RpcClient, Secp256k1PubKey, Tx } from "cosmes/client"; +import { RpcClient, Secp256k1PubKey, Tx } from "@onsonr/es/client"; import { base64, resolveBech32Address, @@ -6,9 +6,9 @@ import { signAmino, signDirect, utf8, -} from "cosmes/codec"; -import { CosmosTxV1beta1Fee as Fee } from "cosmes/protobufs"; -import { StdSignDoc } from "cosmes/registry"; +} from "@onsonr/es/codec"; +import { CosmosTxV1beta1Fee as Fee } from "@onsonr/es/protobufs"; +import { StdSignDoc } from "@onsonr/es/registry"; import { Prettify } from "../../../typeutils/prettify"; import { WalletName } from "../../constants/WalletName"; @@ -66,7 +66,7 @@ export type ConnectMnemonicWalletOptions = Prettify< * console.log("Address:", wallet.address); // prints the bech32 address * * // Sign an arbitrary message - * const { signature } = await wallet.signArbitrary("Hello from CosmES!"); + * const { signature } = await wallet.signArbitrary("Hello from @onsonr/es!"); * console.log("Signature:", signature); * * // Sign and broadcast a tx @@ -100,7 +100,7 @@ export class MnemonicWallet extends ConnectedWallet { super( // We typecast here instead of adding "mnemonic" to `WalletName` and // `WalletType` as this wallet is considered a special wallet that is - // unlikely to be used by most consumers of CosmES. + // unlikely to be used by most consumers of @onsonr/es. "mnemonic" as WalletName, "mnemonic" as WalletType, undefined, diff --git a/src/wallet/wallets/window.d.ts b/src/wallet/wallets/window.d.ts index 783b9e8..72385b7 100644 --- a/src/wallet/wallets/window.d.ts +++ b/src/wallet/wallets/window.d.ts @@ -1,4 +1,4 @@ -import { Window as KeplrWindow } from "cosmes/registry"; +import { Window as KeplrWindow } from "@onsonr/es/registry"; import { Window as CompassWindow } from "./compass/types"; import { Window as CosmostationWindow } from "./cosmostation/types"; diff --git a/tsconfig.json b/tsconfig.json index 46dcd8c..dcc09bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "module": "ES2020", "baseUrl": ".", "paths": { - "cosmes/*": ["./src/*"] + "@onsonr/es/*": ["./src/*"] }, "outDir": "./dist", // `node16` is too strict and causes type errors for imported pkgs.