UNPKG

@cosmos-kit/leap-mobile

Version:
8 lines (7 loc) 238 B
import { ChainWC } from '@cosmos-kit/walletconnect'; import { LeapClient } from './client'; export class ChainLeapMobile extends ChainWC { constructor(walletInfo, chainInfo) { super(walletInfo, chainInfo, LeapClient); } }