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: change chain to table #415

Merged
merged 1 commit into from
Sep 26, 2024
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/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ we recommend that you check out the official [Oasis starter] files.
[Hardhat tutorial]: https://hardhat.org/tutorial
[line 66]: https://github.com/NomicFoundation/hardhat-boilerplate/blob/13bd712c1285b2de572f14d20e6a750ae08565c0/contracts/Token.sol#L66
[quickstart]: quickstart.mdx#add-the-sapphire-testnet-to-hardhat
[sapphire-testnet]: ./network.mdx#testnet
[sapphire-testnet]: ./network.mdx#rpc-endpoints
[Sapphire ParaTime examples]: https://github.com/oasisprotocol/sapphire-paratime/tree/main/examples/hardhat-boilerplate
[social-media]: https://github.com/oasisprotocol/docs/blob/main/docs/get-involved/README.md#social-media-channels
[pnpm]: https://pnpm.io
Expand Down
36 changes: 8 additions & 28 deletions docs/network.mdx
Original file line number Diff line number Diff line change
@@ -1,42 +1,22 @@
---
id: network
title: Network Information
description: Detailed information about chains, RPCs, block explorer and indexer
sidebar_label: Network
description: Detailed information for Sapphire about chains, RPCs, block explorers and indexers
---

import {AddSapphireToMetaMask as S, AddSapphireTestnetToMetaMask as ST} from '@site/src/AddToMetaMask';

# Network information

### Mainnet
## Networks

- Network name: `sapphire`
- Long network name: `Oasis Sapphire`
- Chain ID:
- Hex: `0x5afe`
- Decimal: `23294`
| | Mainnet | Testnet | Localnet |
| ------------------| ----------------------------------- | ----------------------------------- | ------------------------------------------ |
| Network name | `sapphire` | `sapphire-testnet` | `sapphire-localnet` |
| Long network name | `Oasis Sapphire` | `Oasis Sapphire Testnet` | `Oasis Sapphire Localnet` |
| Chain ID | Hex:`0x5afe`<br /> Decimal: `23294` | Hex:`0x5aff`<br /> Decimal: `23295` | Hex:`0x5afd`<br /> Decimal: `23293` |
| Tools | | [Testing token Faucet][faucet] | [Local development Docker image][localnet] |

### Testnet

- Network name: `sapphire-testnet`
- Long network name: `Oasis Sapphire Testnet`
- Chain ID:
- Hex: `0x5aff`
- Decimal: `23295`
- Testing token [Faucet][faucet]

[faucet]: https://faucet.testnet.oasis.io/

### Localnet

- Network name: `sapphire-localnet`
- Long network name: `Localnet`
- Chain ID:
- Hex: `0x5afd`
- Decimal: `23293`
- Local development Docker [image][localnet]

[localnet]: https://github.com/oasisprotocol/oasis-web3-gateway/tree/main/docker

## RPC Endpoints
Expand Down
Loading