Skip to content

Commit

Permalink
chore: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Oct 4, 2024
1 parent 5923b0a commit 517ccf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ import {
} from '@wagmi/core';
import { usePostHog } from 'posthog-js/react';
import { type Hash, encodeFunctionData, parseUnits } from 'viem';
import {
useAccount,
useChains,
useConfig,
useWriteContract,
useReadContract,
} from 'wagmi';
import { useAccount, useChains, useConfig, useWriteContract } from 'wagmi';
import { haqqMainnet } from 'wagmi/chains';
import { getChainParams } from '@haqq/data-access-cosmos';
import { mapToCosmosChain } from '@haqq/data-access-cosmos';
Expand Down
2 changes: 1 addition & 1 deletion libs/ucdao/src/lib/ucdao-page-balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
useBankBalance,
useDaoAllBalancesQuery,
} from '@haqq/shell-shared';
import { Button } from '@haqq/shell-ui-kit';
// import { Button } from '@haqq/shell-ui-kit';
import {
Container,
formatNumber,
Expand Down

0 comments on commit 517ccf7

Please sign in to comment.