diff --git a/src/features/wallet/hooks/cosmos.ts b/src/features/wallet/hooks/cosmos.ts index 1f62c32f..c37488e3 100644 --- a/src/features/wallet/hooks/cosmos.ts +++ b/src/features/wallet/hooks/cosmos.ts @@ -69,7 +69,7 @@ export function useCosmosDisconnectFn(): () => Promise { } export function useCosmosActiveChain(): ActiveChainInfo { - return useMemo(() => ({} as ActiveChainInfo), []); + return useMemo(() => ({}) as ActiveChainInfo, []); } export function useCosmosTransactionFns(): ChainTransactionFns {