Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Minor update to Readme - Statemint section #2078

Merged
merged 3 commits into from
Jan 11, 2023
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ cargo build --release --bin polkadot-parachain

This repository also contains the Statemint runtime (as well as the canary runtime Statemine and the
test runtime Westmint).
Statemint is a common good parachain providing an asset store for the Polkadot ecosystem.
Statemint is a system parachain providing an asset store for the Polkadot ecosystem.

### Build & Launch a Node

Expand Down
6 changes: 3 additions & 3 deletions parachains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The general internal structure is:
- `pallets`: FRAME pallets that are specific to parachains.
- `runtimes`: The entry point for parachain runtimes.

## Common Good Parachains
## System Parachains

The `runtimes` directory includes many, but is not limited to,
[common good parachains](https://wiki.polkadot.network/docs/learn-common-goods). Likewise, not all
common good parachains are in this repo.
[system parachains](https://wiki.polkadot.network/docs/learn-system-chains). Likewise, not all
system parachains are in this repo.

## Releases

Expand Down