diff --git a/docs/zetachain/endpoints/grpc.md b/docs/zetachain/endpoints/grpc.md index 6c28921..25df652 100644 --- a/docs/zetachain/endpoints/grpc.md +++ b/docs/zetachain/endpoints/grpc.md @@ -7,7 +7,7 @@ description: gRPC > The gRPC endpoint enables user interactions with a ZetaChain Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. -#### A list of gRPC endpoints you can use: +### A list of gRPC endpoints you can use: * F5 Nodes ```bash diff --git a/docs/zetachain/endpoints/rpc.md b/docs/zetachain/endpoints/rpc.md index f1a7d41..96af016 100644 --- a/docs/zetachain/endpoints/rpc.md +++ b/docs/zetachain/endpoints/rpc.md @@ -7,9 +7,9 @@ description: RPC > The RPC endpoint enables users to interact with ZetaChain's nodes, querying the node's state and transmitting transactions within the ZetaChain network. -#### A list of RPC endpoints you can use: +A list of RPC endpoints you can use: -* F5 Nodes +- F5 Nodes ```bash https://zetachain-rpc.f5nodes.com ```