paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 21 forks source link

Split runtime into `devnet` and `mainnet` #30

Closed weezy20 closed 1 year ago

weezy20 commented 1 year ago

This PR is based off #27 and should not be merged until #27 . We introduce two runtimes, one for development, and another for mainnet launch. Refer to #10 for details.

weezy20 commented 1 year ago

This PR should be considered stale. Please visit #44 instead.