diff --git a/README.md b/README.md index 3cac05624..2ff54fb8d 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,6 @@ const balance = await client.cosmos.bank.v1beta1 // you can also query the osmosis pools const response = await client.osmosis.gamm.v1beta1.pools(); - -// currently Pools need to be decoded -response.pools.map(({ typeUrl, value }) => { - console.log(osmosis.gamm.v1beta1.Pool.decode(value)); -}) ``` ** Every RPC endpoint is available! Simply use vscode or another tool to visually explore through autocomplete all of the RPC endpoints available on the `RPCQueryClient`!