UNPKG

@cosmos-kit/keplr-mobile

Version:
10 lines (9 loc) 333 B
import { ChainWC } from '@cosmos-kit/walletconnect'; import { KeplrClient } from './client'; export class ChainKeplrMobile extends ChainWC { constructor(walletInfo, chainInfo) { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore super(walletInfo, chainInfo, KeplrClient); } }