Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix format warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Aug 24, 2023
1 parent 90b36cc commit e06c666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ $ git clone https://github.com/stellar/helm-charts; cd helm-charts
Edit the charts/soroban-rpc/values.yml and set the `image:sorobanRpc:tag` to a tag from the [soroban rpc dockerhub repo](https://hub.docker.com/r/stellar/soroban-rpc) for the image version you want to run. Refer to [Soroban Releases](https://soroban.stellar.org/docs/reference/releases) to find the correct tag to use for the soroban release you are running.

Deploy RPC to your kubernetes cluster using Helm cli tool:

<CodeExample>

```bash
Expand All @@ -152,6 +153,7 @@ helm-charts$ helm template -f charts/soroban-rpc/values.yaml charts/soroban-rpc/
</CodeExample>

## Use the RPC Instance

You can configure Soroban CLI to use remote RPC endpoint:

soroban config network add --global futurenet \
Expand Down

0 comments on commit e06c666

Please sign in to comment.