UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
9 lines 391 B
import { sendGetCosmosChainInfo } from "../utils/chain"; export async function getCosmosChainInfo() { const chainInfoRes = await sendGetCosmosChainInfo(this.okoWallet); if (!chainInfoRes.success) { throw new Error(`Failed to get chain registry response: ${chainInfoRes.err.toString()}`); } return chainInfoRes.data; } //# sourceMappingURL=get_cosmos_chain_info.js.map