Skip to content

Commit

Permalink
Regenesis paseo (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed May 17, 2024
1 parent fd3101f commit decda33
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions parachain/chainspec/gargantua.paseo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperbridge"
version = "0.4.6"
version = "0.5.0"
authors = ["Polytope Labs <[email protected]>"]
description = "The Hyperbridge coprocessor node"
repository = "https://github.com/polytope-labs/hyperbridge"
Expand Down
2 changes: 1 addition & 1 deletion parachain/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ fn testnet_genesis(
let sibling = match id {
2000 => 2001u32,
2001 => 2000u32,
_ => unimplemented!(),
_ => 1000, // default to assethub
};

serde_json::json!({
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtimes/gargantua/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("gargantua"),
impl_name: create_runtime_str!("gargantua"),
authoring_version: 1,
spec_version: 240,
spec_version: 250,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit decda33

Please sign in to comment.