From 8f3b66d486b942972e846b0cacddb9906657a9c8 Mon Sep 17 00:00:00 2001 From: Filippo Date: Tue, 23 Jul 2024 12:22:35 +0200 Subject: [PATCH 1/2] edits --- docs/learn/learn-DOT.md | 37 ++++++++++++------------ docs/learn/learn-guides-assets-create.md | 2 +- docs/maintain/maintain-networks.md | 4 +-- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/docs/learn/learn-DOT.md b/docs/learn/learn-DOT.md index d5fa7461682d..3c5e02a76cd6 100644 --- a/docs/learn/learn-DOT.md +++ b/docs/learn/learn-DOT.md @@ -139,16 +139,16 @@ All the tokens under active issuance are can be used to participate in the gover ## Obtaining Testnet Tokens -DOT are required to make transactions on the Polkadot network. Tokens on Polkadot's Testnets like -Paseo, Westend and Rococo do not have any value besides allowing you to experiment with the features -on the network. +DOT are required to make transactions on the Polkadot network. Tokens on Polkadot's Testnets do not +have any value besides allowing you to experiment with the features on the network. + +Tokens for each testnet described below can be obtained [**here**](https://faucet.polkadot.io/). ### Getting Tokens on the Paseo Testnet -The Paseo testnet mirrors the Polkadot runtime and it is maintained by the community. To get Paseo -tokens (PAS) you can use the web-based -[Paseo faucet](https://paritytech.github.io/polkadot-testnet-faucet/paseo). The PAS tokens has the -same Planck conversion as Polkadot. +The Paseo testnet mirrors the Polkadot runtime and it is maintained by the community. The PAS tokens +can be obtained [here](https://faucet.polkadot.io/) and have the same Planck conversion as +Polkadot's native token DOT. | Unit | Decimal Places | Conversion to Planck | Conversion to PAS | | --------------- | -------------- | ---------------------- | ----------------- | @@ -160,15 +160,13 @@ same Planck conversion as Polkadot. ### Getting Tokens on the Westend Testnet -Polkadot's testnet is called [Westend](../maintain/maintain-networks.md#westend-test-network) and -you can obtain its native tokens (called Westies!) by posting `!drip ` in the -Matrix chatroom [#westend_faucet:matrix.org](https://matrix.to/#/#westend_faucet:matrix.org). Your -account will be credited with 1 WND by default. You can also specify to get more tokens by +Polkadot's testnet is called [Westend](../maintain/maintain-networks.md#westend-test-network). +Besides the [official faucet](https://faucet.polkadot.io/westend), you can obtain its native WND +tokens by posting `!drip ` in the Matrix chatroom +[#westend_faucet:matrix.org](https://matrix.to/#/#westend_faucet:matrix.org). Your account will be +credited with 1 WND by default. You can also specify to get more tokens by `!drip X`, where X is the number of tokens. -Another way is to use our web-based -[Westend faucet](https://paritytech.github.io/polkadot-testnet-faucet/westend). - You can also earn WNDs as rewards by [becoming a validator](learn-validator.md) on Westend network. Watch the video below on how to get started on Westend. @@ -193,12 +191,13 @@ Watch the video below on how to get started on Westend. ### Getting Tokens on the Rococo Testnet -Rococo is a parachain testnet. Tokens are given directly to teams working on parachains or exploring -the [cross consensus](learn-xcm.md) message-passing aspects of this testnet. General users can -obtain ROC by posting `!drip ` in the Matrix chatroom +Rococo is a parachain testnet. ROC tokens are given directly to teams working on parachains or +exploring the [cross consensus](learn-xcm.md) message-passing aspects of this testnet. Besides the +[official faucet](https://faucet.polkadot.io/rococo), users can obtain ROC by posting +`!drip ` in the Matrix chatroom [#rococo-faucet:matrix.org](https://matrix.to/#/#rococo-faucet:matrix.org) or through the web-based -[Rococo faucet](https://paritytech.github.io/polkadot-testnet-faucet/). Learn more about Rococo on -its [dedicated wiki section](../build/build-parachains.md##testing-a-parachains:-rococo-testnet). +[Rococo faucet](https://faucet.polkadot.io/rococo). Learn more about Rococo on its +[dedicated wiki section](../build/build-parachains.md##testing-a-parachains:-rococo-testnet). ### Faucets support diff --git a/docs/learn/learn-guides-assets-create.md b/docs/learn/learn-guides-assets-create.md index 3eec1c301a07..2a85815017c5 100644 --- a/docs/learn/learn-guides-assets-create.md +++ b/docs/learn/learn-guides-assets-create.md @@ -42,7 +42,7 @@ For additional background on the Asset Hub check out Before minting assets on the Asset Hub, we recommend that you try out this tutorial on Westmint, which is a system parachain on Westend test network. The WND tokens (Westies) can be teleported from Westend to Westmint, are available for free through a -[faucet](https://wiki.polkadot.network/docs/learn-DOT#getting-westies). +[faucet](./learn-DOT.md#getting-tokens-on-the-westend-testnet). **The images in the guides below are for Polkadot, but they also apply to Kusama.** diff --git a/docs/maintain/maintain-networks.md b/docs/maintain/maintain-networks.md index 12acbf4cce4f..6d3f99b3c717 100644 --- a/docs/maintain/maintain-networks.md +++ b/docs/maintain/maintain-networks.md @@ -81,8 +81,8 @@ is a system parachain on Westend network. #### Westmint Faucet -Claim WND tokens from the [faucet](https://paritytech.github.io/polkadot-testnet-faucet/westend) on -Westend and teleport them to Westmint. +Claim WND tokens from the [faucet](https://faucet.polkadot.io/westend) on Westend and teleport them +to Westmint. ### Rococo Test Network From 9b5ddedbe36f5646339dcd74142e219484d7e1fa Mon Sep 17 00:00:00 2001 From: Filippo Date: Tue, 23 Jul 2024 12:27:51 +0200 Subject: [PATCH 2/2] minor edit --- docs/learn/learn-DOT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/learn-DOT.md b/docs/learn/learn-DOT.md index 3c5e02a76cd6..29cecc03efa3 100644 --- a/docs/learn/learn-DOT.md +++ b/docs/learn/learn-DOT.md @@ -167,8 +167,8 @@ tokens by posting `!drip ` in the Matrix chatroom credited with 1 WND by default. You can also specify to get more tokens by `!drip X`, where X is the number of tokens. -You can also earn WNDs as rewards by [becoming a validator](learn-validator.md) on Westend network. -Watch the video below on how to get started on Westend. +On the Westend network, you can also earn WNDs as rewards by +[becoming a validator](learn-validator.md). Watch the video below on how to get started on Westend.