From 87a48990bae85ecad0822f8b0efcae672a59a17b Mon Sep 17 00:00:00 2001 From: SilentPine Date: Tue, 27 Aug 2024 20:08:31 +0800 Subject: [PATCH] remove useless characters --- pages/osmojs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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