From 6af4e44f5562b62a14178bb057ffee3c2eafdd86 Mon Sep 17 00:00:00 2001 From: Yana Date: Mon, 31 Mar 2025 15:49:27 +0200 Subject: [PATCH] comment out unused option --- explorer-v2/src/components/staking/SubHeaderRowActions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer-v2/src/components/staking/SubHeaderRowActions.tsx b/explorer-v2/src/components/staking/SubHeaderRowActions.tsx index d4630d2ed7..32c614df50 100644 --- a/explorer-v2/src/components/staking/SubHeaderRowActions.tsx +++ b/explorer-v2/src/components/staking/SubHeaderRowActions.tsx @@ -52,7 +52,7 @@ const SubHeaderRowActions = () => { }); const { address, nymClient } = useNymClient(); - const { getSigningCosmWasmClient, chain, getOfflineSigner } = useChain(COSMOS_KIT_USE_CHAIN); + const { getSigningCosmWasmClient, getOfflineSigner } = useChain(COSMOS_KIT_USE_CHAIN); @@ -119,7 +119,7 @@ const SubHeaderRowActions = () => { }, })); - const cosmWasmSigningClient = await getSigningCosmWasmClient(); + // const cosmWasmSigningClient = await getSigningCosmWasmClient();