diff --git a/pages/osmojs/index.mdx b/pages/osmojs/index.mdx index 93ce8b8..355bf32 100644 --- a/pages/osmojs/index.mdx +++ b/pages/osmojs/index.mdx @@ -102,7 +102,7 @@ const balance = await client.cosmos.bank.v1beta1.allBalances({ const response = await client.osmosis.gamm.v1beta1.pools(); ``` -\*\* 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`! +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`! ### Composing Messages