Variable knownChainPropertiesConst

knownChainProperties: Record<string, ChainProperties> = ...

Known chain properties based on the substrate ss58 registry. Chain properties are derived from the substrate ss58 registry: https://raw.githubusercontent.com/paritytech/substrate/master/ss58-registry.json

Alternatively, chain properties can be dynamically fetched through the system_properties RPC call.