Skip to content

Commit

Permalink
Update Stellar to reference mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Mar 20, 2024
1 parent c609ab4 commit 2f34361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quickstart/quickstart_chains/stellar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Stellar & Soroban (Combined) Quick Start

The goal of this quick start guide is to give a quick intro to all features of our Stellar and Soroban indexer. The example project indexes all soroban transfer events on Stellar's Futurenet. It also indexes all account payments including credits and debits - it's a great way to quickly learn how SubQuery works on a real world hands-on example.
The goal of this quick start guide is to give a quick intro to all features of our Stellar and Soroban indexer. The example project indexes all soroban transfer events on Stellar's Mainnet. It also indexes all account payments including credits and debits - it's a great way to quickly learn how SubQuery works on a real world hands-on example.

<!-- @include: ../snippets/quickstart-reference.md -->

Now, let's move forward and update these configurations.

::: tip Note
The final code of this project can be found [here](https://github.com/subquery/stellar-subql-starter/tree/main/Stellar/soroban-futurenet-starter).
The final code of this project can be found [here](https://github.com/subquery/stellar-subql-starter/tree/main/Stellar/soroban-starter).
:::

<!-- @include: ../snippets/schema-intro.md#level2 -->
Expand Down Expand Up @@ -324,7 +324,7 @@ You will see the result similar to below:
```

::: tip Note
The final code of this project can be found [here](https://github.com/subquery/stellar-subql-starter/tree/main/Stellar/soroban-futurenet-starter).
The final code of this project can be found [here](https://github.com/subquery/stellar-subql-starter/tree/main/Stellar/soroban-starter).
:::

<!-- @include: ../snippets/whats-next.md -->

0 comments on commit 2f34361

Please sign in to comment.