<pnpm|bun> add @swapkit/wallet-keplr
import { SwapKit } from '@swapkit/core'
import { keplrWallet } from '@swapkit/wallet-keplr'
const swapKitClient = SwapKit({
wallets: { ...keplrWallet },
});
await swapKitClient.connectKeplr([Chain.Cosmos])
const atomWallet = await swapKitClient.getWalletWithBalance(Chain.Cosmos)