We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21217a commit 13a3974Copy full SHA for 13a3974
bridges/primitives/chain-rococo/src/lib.rs
@@ -43,9 +43,9 @@ pub const SESSION_LENGTH: BlockNumber = 10 * time_units::MINUTES;
43
// NOTE: This needs to be kept up to date with the Rococo runtime found in the Polkadot repo.
44
pub const VERSION: RuntimeVersion = RuntimeVersion {
45
spec_name: sp_version::create_runtime_str!("rococo"),
46
- impl_name: sp_version::create_runtime_str!("parity-rococo-v1.6"),
+ impl_name: sp_version::create_runtime_str!("parity-rococo-v2.0"),
47
authoring_version: 0,
48
- spec_version: 9130,
+ spec_version: 9140,
49
impl_version: 0,
50
apis: sp_version::create_apis_vec![[]],
51
transaction_version: 0,
0 commit comments