UNPKG

@cosmos-kit/keplr-mobile

Version:
5 lines (4 loc) 236 B
import { preferredEndpoints } from './config'; import { keplrMobileInfo, KeplrMobileWallet } from './wallet-connect'; const keplrMobile = new KeplrMobileWallet(keplrMobileInfo, preferredEndpoints); export const wallets = [keplrMobile];