Skip to content

Commit

Permalink
feat(example/next): add station
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Nov 22, 2023
1 parent 9da373b commit 3a04061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/next/ui/connect-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const ConnectButton: FC = () => {
{wallets.wc_cosmostation_mobile ? (
<Button onClick={() => handleConnect(WalletType.WC_COSMOSTATION_MOBILE)}>Cosmostation Mobile</Button>
) : null}
{wallets.station ? <Button onClick={() => handleConnect(WalletType.STATION)}>Station</Button> : null}
{wallets.metamask_snap_leap ? (
<Button onClick={() => handleConnect(WalletType.METAMASK_SNAP_LEAP)}>Metamask Snap Leap</Button>
) : null}
Expand Down

0 comments on commit 3a04061

Please sign in to comment.