# KCL Version configuration for polkadot-solochain taskserv # Uses proper import from centralized schema definitions import taskservs.version as schema # Polkadot solochain taskserv configuration _version = schema.TaskservVersion { name = "polkadot-solochain" version = schema.Version { current = "1.15.0" source = "https://github.com/paritytech/polkadot/releases" tags = "https://github.com/paritytech/polkadot/tags" site = "https://polkadot.network" # Pinned for chain stability check_latest = True grace_period = 86400 } dependencies = [] } # Output for dynamic cache system _version