This repository contains essential components for the Polkadot Introspector toolset, including pre-built runtime modules for Polkadot-like Substrate-based blockchains.
The deployed Runtime
version on a network might be newer and incompatible with the metadata included in the repository. To keeo the metadata up-to-date, we employ automated metadata updates within our CI/CD workflow.
For manually updating the metadata, we utilize subxt-cli.
# Update metadata for Polkadot
subxt metadata --format bytes --url wss://rpc.polkadot.io:443 > assets/polkadot_metadata.scale
After replacing the existing metadata file in the assets folder with the updated one, we need to rebuild the tools.