Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test update zetachain #12

Merged
merged 8 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zetachain/endpoints/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/zetachain/endpoints/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down