From 76657f94c9ae86e49502acf0056098e09d807aa2 Mon Sep 17 00:00:00 2001 From: nick134 <76399455+nick134-bit@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:49:40 +0100 Subject: [PATCH] chore: incentives address --- hooks/useClients.ts | 6 +++--- package.json | 6 +++--- public/mainnet/injective-1/pools_list.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hooks/useClients.ts b/hooks/useClients.ts index cd75d4e6..b5eee50a 100644 --- a/hooks/useClients.ts +++ b/hooks/useClients.ts @@ -9,7 +9,7 @@ import { cosmosProtoRegistry, cosmwasmAminoConverters, cosmwasmProtoRegistry, -} from '@nick134-bit/nicks-injectivejs/dist/codegen' +} from '@nick134-bit/nicks-injectivejs' export const useClients = (walletChainName: string) => { const { @@ -18,7 +18,7 @@ export const useClients = (walletChainName: string) => { isWalletConnected, setDefaultSignOptions, getStargateClient, - wallet, getRpcEndpoint, getOfflineSignerDirect } = useChain(walletChainName) + wallet, getRpcEndpoint, getOfflineSigner } = useChain(walletChainName) if (isWalletConnected && !wallet?.name.includes('station')) { try { @@ -44,7 +44,7 @@ export const useClients = (walletChainName: string) => { queryKey: ['injectiveSigningClient'], queryFn: async () => { try { - const offlineSigner: any = await getOfflineSignerDirect() + const offlineSigner: any = await getOfflineSigner() const protoRegistry: ReadonlyArray<[string, GeneratedType]> = [ ...cosmosProtoRegistry, ...cosmwasmProtoRegistry, diff --git a/package.json b/package.json index 62280423..e152178f 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "@cosmjs/launchpad": "0.27.1", "@cosmjs/proto-signing": "0.32.2", "@cosmos-kit/cosmostation": "^2.8.0", - "@cosmos-kit/keplr": "^2.8.0", "@cosmos-kit/galaxy-station": "^2.6.2", + "@cosmos-kit/keplr": "^2.8.0", "@cosmos-kit/leap": "^2.8.0", "@cosmos-kit/ninji": "^2.8.0", "@cosmos-kit/okxwallet": "^2.6.0", @@ -36,13 +36,13 @@ "@emotion/styled": "^11", "@injectivelabs/sdk-ts": "1.14.13", "@next/bundle-analyzer": "^14.2.3", - "@nick134-bit/nicks-injectivejs": "^0.0.3", + "@nick134-bit/nicks-injectivejs": "^0.0.4", "@tanstack/react-table": "^8.16.0", "@terra-money/feather.js": "^2.0.4", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "bignumber.js": "^9.1.2", - "chain-registry": "^1.69.83", + "chain-registry": "^1.69.102", "dayjs": "^1.11.13", "eslint-plugin-import-helpers": "^1.3.1", "intercept-stdout": "^0.1.2", diff --git a/public/mainnet/injective-1/pools_list.json b/public/mainnet/injective-1/pools_list.json index 3cf4c937..c441ef98 100644 --- a/public/mainnet/injective-1/pools_list.json +++ b/public/mainnet/injective-1/pools_list.json @@ -545,7 +545,7 @@ ], "lp_token": "factory/inj1u0gpveexg2uns3qhehyppnealkhycntvj93hpf/uLP", "swap_address": "inj1u0gpveexg2uns3qhehyppnealkhycntvj93hpf", - "staking_address": "", + "staking_address": "inj13cpjjj7rhxrdrkl4l258phz735aeded45hw3lt", "rewards_tokens": [] } ],