Skip to content

Commit e07822f

Browse files
authored
docs need to reflect correct relayChain for shibuya (#764)
Signed-off-by: Armin Teimouri <[email protected]>
1 parent 8f4f2c6 commit e07822f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/build/environment/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ To meet the demands of a production dApp you can run an [archive node](/docs/bui
7979
| | Public endpoint Shibuya |
8080
| --- | --- |
8181
| Network | Shibuya (parachain testnet) |
82-
| Parent chain | Tokyo relay chain (hosted by Astar Team) |
83-
| ParachainID | 1000 |
82+
| Parent chain | Paseo |
83+
| ParachainID | 2000 |
8484
| HTTPS | Astar Team: https://evm.shibuya.astar.network (only EVM/Ethereum RPC available) |
8585
| | BlastAPI: https://shibuya.public.blastapi.io |
8686
| | Dwellir: https://shibuya-rpc.n.dwellir.com |

docs/build/nodes/archive-node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We maintain 3 different networks: the testnet Shibuya, Shiden as a parachain of
1818

1919
| Astar chain | Relay Chain | Name | Token |
2020
|---|---|---|---|
21-
| Testnet | Tokyo (hosted by Astar) | Shibuya | $SBY |
21+
| Testnet | Paseo | Shibuya | $SBY |
2222
| Shiden | Kusama | Shiden | $SDN |
2323
| Astar | Polkadot | Astar | $ASTR |
2424

docs/build/nodes/node-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ $ ./astar-collator -h
439439
```
440440

441441
:::note
442-
The node process launches with Parachain ID 2006 for Astar, 2007 for Shiden, 1000 for Shibuya.
442+
The node process launches with Parachain ID 2006 for Astar, 2007 for Shiden, 2000 for Shibuya.
443443

444444
Parachain ID info for each network can be found [here](/docs/build/environment/endpoints.md).
445445
:::

docs/learn/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ With Zombienet users can download arbitrary Relay Chain and parachain binaries (
1919
### Shibuya (Substrate)
2020

2121
Shibuya has nearly the same chain specifications as Shiden & Astar, and provides an ideal environment for developers to test and debug, prior to launching their dApp on mainnet.
22-
Shibuya is running as a parachain of the Tokio Relay Chain, which is managed internally by the Astar team, and supports Shibuya, only, as test parachain.
22+
Shibuya is running as a parachain of the [Paseo Relay Chain](https://github.com/paseo-network), a community-run testnet network which [funded by the Polkadot Treasury](https://polkadot.polkassembly.io/referenda/464#e5af1f3c-8e7d-4f1f-b6a0-d1dab9f05c23) to support its maintenance and operation since 2024.
2323

2424
The Shibuya native token symbol is SBY.
2525

0 commit comments

Comments
 (0)