chevdor / subwasm

Subwasm is a cli utility to look inside a Substrate WASM Runtime. It can inspect and compare the metadata of Substrate based runtimes such as Polkadot or Kusama.
MIT License
62 stars 25 forks source link

Allow user overriding the Parachain Pallet Id #46

Closed chevdor closed 2 years ago

chevdor commented 2 years ago

This PR adds support for the ENV: PARACHAIN_PALLET_ID_ENV and allows users overriding the default 0x01 by whatever ID of their choice.

PARACHAIN_PALLET_ID_ENV is to be passed in Hex as 0x32 for instance.