Query to communicate with any xpla blockchain.
npm install @xpla/xplajs
import { createRPCQueryClient } from "@xpla/xplajs/xpla/rpc.query";
const client = await createRPCQueryClient({rpcEndpoint: "https://cube-lcd.xpla.io"});
const res = await client.cosmos.auth.v1beta1.params()
console.log(res)