UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
8 lines (6 loc) 159 B
import type { ChainInfo } from "@keplr-wallet/types"; export async function experimentalSuggestChain( _chainInfo: ChainInfo, ): Promise<void> { return; }