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 19 forks source link

Proposal for adding pallet-indices as an extension #28

Closed weezy20 closed 10 months ago

weezy20 commented 1 year ago

Parachain projects often include pallet-indices as a way to lookup addresses based on a AccountIndex. We could add this as an extension and highlight its use case while not affecting runtime size too much.