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

docs/node: Add ID for Sapphire on Mainnet for Web3 Gateway docs #847

Merged
merged 1 commit into from
May 31, 2024
Merged
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
4 changes: 4 additions & 0 deletions docs/node/web3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ In the config above replace `{{ ... }}` placeholders with actual ParaTime IDs:
* Emerald on [Mainnet][mainnet-emerald]: `000000000000000000000000000000000000000000000000e2eaa99fc008f87f`
* Emerald on [Testnet][testnet-emerald]: `00000000000000000000000000000000000000000000000072c8215e60d5bca7`
* `{{ sapphire_paratime_id }}`:
* Sapphire on [Mainnet][mainnet-sapphire]: `000000000000000000000000000000000000000000000000f80306c9858e7279`
* Sapphire on [Testnet][testnet-sapphire]: `000000000000000000000000000000000000000000000000a6d1e3ebf60dff6c`

### PostgreSQL
Expand Down Expand Up @@ -165,6 +166,7 @@ Use the following placeholder values:
- `{{ chain_id }}`: The chain ID of your EVM network:
- Emerald on [Mainnet][emerald-mainnet]: `42262`
- Emerald on [Testnet][emerald-testnet]: `42261`
- Sapphire on [Mainnet][sapphire-mainnet]: `23294`
- Sapphire on [Testnet][sapphire-testnet]: `23295`

:::tip
Expand Down Expand Up @@ -267,10 +269,12 @@ extended downtime while the Web3 Gateway is reindexing the blocks.
[github-releases]: https://github.com/oasisprotocol/oasis-web3-gateway/releases
[Mainnet]: mainnet/README.md
[mainnet-emerald]: mainnet/README.md#emerald
[mainnet-sapphire]: mainnet/README.md#sapphire
[Oasis archive node]: run-your-node/archive-node.md
[README.md]: https://github.com/oasisprotocol/oasis-web3-gateway/blob/main/README.md#building-and-testing
[Sapphire]: ../dapp/sapphire/README.mdx
[sapphire-testnet]: ../dapp/sapphire/README.mdx#testnet
[sapphire-mainnet]: ../dapp/sapphire/README.mdx#mainnet
[system service]: run-your-node/prerequisites/system-configuration.mdx#create-a-user
[Testnet]: testnet/README.md
[testnet-emerald]: testnet/README.md#emerald
Expand Down
Loading