Skip to content

Commit

Permalink
remove secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Jan 19, 2024
1 parent 75fd669 commit 7ee7085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/components/react/wallet-connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ConnectWalletType } from '../types';

export const ConnectWalletButton = ({ buttonText, isLoading, isDisabled, icon }: ConnectWalletType) => {
const invertButtonTextColor = useColorModeValue('primary.50', 'primary.700');
const chains = useChains(['quicksilver', 'cosmoshub', 'osmosis', 'stargaze', 'juno', 'sommelier', 'regen', 'umee', 'secret']);
const chains = useChains(['quicksilver', 'cosmoshub', 'osmosis', 'stargaze', 'juno', 'sommelier', 'regen', 'umee']);
const connected = Object.values(chains).every((chain) => chain.isWalletConnected);
const { connect, openView } = chains.quicksilver;

Expand Down

0 comments on commit 7ee7085

Please sign in to comment.