# KCL Version configuration for polkadot-validator taskserv # Uses proper import from centralized schema definitions import taskservs.version as schema # Polkadot validator taskserv configuration _version = schema.TaskservVersion { name = "polkadot-validator" 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 validator stability check_latest = True grace_period = 86400 } dependencies = [] } # Output for dynamic cache system _version