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

Add Paseo testnet #5595

Merged
merged 5 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions docs/general/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,11 @@ will have to use a bridge. Previously known as the
The previous name for the {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }}
[Host](#polkadot-host).

## Paseo

The [testnet](#testnet) is set aside for testing the Polkadot Relay Chain. The Paseo testnet is an
exact copy of Polkadot, and it is maintained by the community.
filippoweb3 marked this conversation as resolved.
Show resolved Hide resolved

## Preimage

The on-chain proposals do not require the entire image of extrinsics and data (for instance the WASM
Expand Down Expand Up @@ -811,6 +816,12 @@ the cost of the transactions (referred to as [extrinsics](#extrinsic)) are deter
execution. Checkout this section of the Substrate docs covering
[transaction weights and fees](https://docs.substrate.io/build/tx-weights-fees/).

## Westend

The [testnet](#testnet) is set aside for testing the Polkadot Relay Chain. Contrary to the
[Paseo testnet](#paseo), the Westend testnet is not an exact copy of Polkadot (it can contain future
upgrades), and it is maintained by Parity Technologies.
filippoweb3 marked this conversation as resolved.
Show resolved Hide resolved

## Witness

Cryptographic proof statements of data validity.
Expand Down
19 changes: 17 additions & 2 deletions docs/learn/learn-DOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,23 @@ 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
Westend and Rococo do not have any value besides allowing you to experiment with the features on the
network.
Paseo, Westend and Rococo do not have any value besides allowing you to experiment with the features
on the network.

### 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.

| Unit | Decimal Places | Conversion to Planck | Conversion to PAS |
| --------------- | -------------- | ---------------------- | ----------------- |
| Planck | 0 | 1 Planck | 0.0000000001 PAS |
| Microdot (uPAS) | 4 | 10<sup>4</sup> Planck | 0.0000010000 PAS |
| Millidot (mPAS) | 7 | 10<sup>7</sup> Planck | 0.0010000000 PAS |
| Dot (PAS) | 10 | 10<sup>10</sup> Planck | 1.0000000000 PAS |
| Million (MPAS) | 16 | 10<sup>16</sup> Planck | 1,000,000.00 PAS |

### Getting Tokens on the Westend Testnet

Expand Down
Loading