osmojs icon indicating copy to clipboard operation
osmojs copied to clipboard

get error (0 , any_1.Any) is not a function

Open yousonnet opened this issue 1 year ago • 0 comments

there is redo:

const client = await createRPCQueryClient({ rpcEndpoint: "https://rpc.osmosis.zone", });

let pools_get = await client.osmosis.gamm.v1beta1.pools(); console.log(pools_get);

yousonnet avatar Feb 16 '24 13:02 yousonnet