Skip to content

Commit

Permalink
Paseo runtime (#273)
Browse files Browse the repository at this point in the history
* Init Paseo runtime

* chainspec

* export chainspecs

* updated para id
  • Loading branch information
Szegoo authored Oct 8, 2024
1 parent 63eef58 commit 69133b6
Show file tree
Hide file tree
Showing 46 changed files with 7,122 additions and 5 deletions.
92 changes: 92 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ nonfungible-primitives = { path = "./primitives/nonfungible", default-features =
order-primitives = { path = "./primitives/order", default-features = false }
regionx-runtime-common = { path = "./runtime/common", default-features = false }
cocos-runtime = { path = "./runtime/cocos", default-features = false }
paseo-runtime = { path = "./runtime/paseo", default-features = false }
pallet-market = { path = "./pallets/market", default-features = false }
pallet-orders = { path = "./pallets/orders", default-features = false }
pallet-processor = { path = "./pallets/processor", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ serde_json = { workspace = true }

# Local
cocos-runtime = { workspace = true }
paseo-runtime = { workspace = true }
regionx-runtime-common = { workspace = true }

# Polytope Labs
Expand Down
126 changes: 126 additions & 0 deletions node/src/chain_spec/exported/regionx-paseo.json

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions node/src/chain_spec/exported/regionx-paseo.raw.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions node/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use sp_core::{Pair, Public};
use sp_runtime::traits::{IdentifyAccount, Verify};

pub mod cocos;
pub mod paseo;

type AccountPublic = <Signature as Verify>::Signer;

Expand Down
Loading

0 comments on commit 69133b6

Please sign in to comment.