Skip to main content
Glama
lcd.js2.37 kB
//@ts-nocheck import { LCDClient } from "@cosmology/lcd"; export const createLCDClient = async ({ restEndpoint }) => { const requestClient = new LCDClient({ restEndpoint }); return { cosmos: { auth: { v1beta1: new (await import("../cosmos/auth/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, authz: { v1beta1: new (await import("../cosmos/authz/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, bank: { v1beta1: new (await import("../cosmos/bank/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, base: { node: { v1beta1: new (await import("../cosmos/base/node/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) } }, consensus: { v1: new (await import("../cosmos/consensus/v1/query.lcd")).LCDQueryClient({ requestClient }) }, distribution: { v1beta1: new (await import("../cosmos/distribution/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, gov: { v1beta1: new (await import("../cosmos/gov/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, staking: { v1beta1: new (await import("../cosmos/staking/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) }, tx: { v1beta1: new (await import("../cosmos/tx/v1beta1/service.lcd")).LCDQueryClient({ requestClient }) }, upgrade: { v1beta1: new (await import("../cosmos/upgrade/v1beta1/query.lcd")).LCDQueryClient({ requestClient }) } }, cosmwasm: { wasm: { v1: new (await import("./wasm/v1/query.lcd")).LCDQueryClient({ requestClient }) } } }; };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server