Files
pezkuwi-subxt/parachains
Hector Bulgarini 01d3654e90 Lower all Assets / NFT deposits by 10x (#1332) (#1369)
* lower all deposits by 10x

* undo rococo stuff

* Apply suggestions from code review

* update asset deposits

* align statemint deposit ratios

Co-authored-by: joepetrowski <joe@parity.io>

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: joepetrowski <joe@parity.io>
2022-06-14 21:45:43 +02:00
..
2022-06-11 19:25:44 +02:00
2022-06-02 11:32:57 +02:00
2022-05-24 12:58:39 +02:00

Parachains

This directory is the home of Parity-developed parachain runtimes. This directory is runtime focused, and does not include builds of parachain nodes.

The general internal structure is:

  • chain-specs: Chain specs for the runtimes contained in its sibling dir runtimes.
  • common: Common configurations, impls, etc. used by several parachain runtimes.
  • pallets: FRAME pallets that are specific to parachains.
  • runtimes: The entry point for parachain runtimes.

Common Good Parachains

The runtimes directory includes many, but is not limited to, common good parachains. Likewise, not all common good parachains are in this repo.

Releases

The project maintainers generally try to release a set of parachain runtimes for each Polkadot Relay Chain runtime release.