Skip to content

Commit

Permalink
tweak bridge close
Browse files Browse the repository at this point in the history
  • Loading branch information
Supremesource committed Dec 31, 2024
1 parent ccbd1e4 commit 1ce573a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/subspace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,6 @@ pub mod pallet {
const START_BRIDGE_BLOCK: u64 = 3385177;
#[cfg(not(feature = "testnet"))]
/// Dec 31, 2024, 11:11 PM UTC
const END_BRIDGE_BLOCK: u64 = 3460777;
const END_BRIDGE_BLOCK: u64 = 3460777 + 500;
}
}
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node-subspace"),
impl_name: create_runtime_str!("node-subspace"),
authoring_version: 1,
spec_version: 128,
spec_version: 129,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 1ce573a

Please sign in to comment.