Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade telescope and regen #49

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/interchainjs/src/binary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/extern.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/helper-func-types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
8 changes: 4 additions & 4 deletions libs/interchainjs/src/react-query.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down Expand Up @@ -62,7 +62,7 @@ export const useRpcClient = <TData = ProtobufRpcClient>({
rpcClientQueryKey,
}: UseRpcClientQuery<TData>) => {
const queryClient = useQueryClient({
context: options.context
context: options?.context
});
const key = rpcClientQueryKey || DEFAULT_RPC_CLIENT_QUERY_KEY;
return useQuery<ProtobufRpcClient, Error, TData>([key, rpcEndpoint], async () => {
Expand Down Expand Up @@ -96,7 +96,7 @@ export function buildUseQuery<TReq, TRes>(opts: UseQueryBuilderOptions<TReq, TRe
customizedQueryKey,
}: UseQueryParams<TReq, TRes, TData>) => {
const queryClient = useQueryClient({
context: options.context
context: options?.context
});
const key = rpcClientQueryKey || DEFAULT_RPC_CLIENT_QUERY_KEY;
const queryKey = rpcEndpoint ? [key, rpcEndpoint] : [key];
Expand Down Expand Up @@ -137,7 +137,7 @@ export function buildUseMutation<TMsg, TError>(opts: UseMutationBuilderOptions<T
signingClientQueryKey
}: ReactMutationParams<DeliverTxResponse, TError, ITxArgs<TMsg>>) => {
const queryClient = useQueryClient({
context: options.context
context: options?.context
});
const key = signingClientQueryKey || DEFAULT_SIGNING_CLIENT_QUERY_KEY;
const queryKey = rpcEndpoint ? [key, rpcEndpoint] : [DEFAULT_SIGNING_CLIENT_QUERY_KEY];
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/registry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/utf8.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/interchainjs/src/varint.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/[email protected].3
* This file and any referenced files were automatically generated by @cosmology/[email protected].4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@chain-registry/client": "1.18.1",
"@confio/relayer": "^0.12.0",
"@cosmjs/crypto": "^0.32.2",
"@cosmology/telescope": "^1.10.3",
"@cosmology/telescope": "^1.10.4",
"@injectivelabs/networks": "^1.14.13",
"@injectivelabs/sdk-ts": "^1.14.13",
"@injectivelabs/wallet-ts": "^1.14.13",
Expand Down
26 changes: 4 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1738,10 +1738,10 @@
"@types/node" ">=13.7.0"
long "^5.0.0"

"@cosmology/telescope@^1.10.3":
version "1.10.3"
resolved "https://registry.yarnpkg.com/@cosmology/telescope/-/telescope-1.10.3.tgz#b5868e01594a3cbd7fb4fdd9b3ca57de7c76ac06"
integrity sha512-/WF9twLtTlUWENZT5YLIqLKjl86NjoluXd/qcUE6DijW2sr8qV8vw47cn2jn0jk3ayCNNpooulXDETFECuh9wg==
"@cosmology/telescope@^1.10.4":
version "1.10.4"
resolved "https://registry.yarnpkg.com/@cosmology/telescope/-/telescope-1.10.4.tgz#95ad3640f051d92887718adf333dce48780bf460"
integrity sha512-1zpK0zkptR/Gy7Cnqyi0Z+QAlqO/fbjXIEAdPGwB7TlQzZNf8Oe6uYRrGplUSuKs+/6l1z5vaAtHh5Nchg4OJQ==
dependencies:
"@babel/generator" "^7.23.6"
"@babel/parser" "^7.23.6"
Expand Down Expand Up @@ -4856,19 +4856,6 @@
dependencies:
tslib "^2.4.0"

"@tanstack/[email protected]":
version "4.29.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.1.tgz#62a4bc120b85e6bb3c6c0aca96346e643e232248"
integrity sha512-vkPewLEG8ua0efo3SsVT0BcBtkq5RZX8oPhDAyKL+k/rdOYSQTEocfGEXSaBwIwsXeOGBUpfKqI+UmHvNqdWXg==

"@tanstack/[email protected]":
version "4.29.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.1.tgz#5f166aca63915c52f6eda930a54d6933bfd11d1b"
integrity sha512-/crv1v+OeuGG6EOvaQmyeo9GCKtH4jbmuhZkvk9ulufRiHcTr/A9+YP9GevEAZzUTdzXMwenpTbyxBGvG2xXvw==
dependencies:
"@tanstack/query-core" "4.29.1"
use-sync-external-store "^1.2.0"

"@tootallnate/once@2":
version "2.0.0"
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz"
Expand Down Expand Up @@ -14973,11 +14960,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==

use-sync-external-store@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
integrity sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==

utf-8-validate@^5.0.2:
version "5.0.10"
resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.10.tgz#d7d10ea39318171ca982718b6b96a8d2442571a2"
Expand Down
Loading