Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore: point to stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Dec 8, 2023
1 parent 02b7bcd commit fc20dde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/paritytech/pol
sp-inherents = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.3.0" }
sp-keyring = { version = "24.0.0", git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.3.0" }
frame-system = { version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.3.0" }
pallet-lo-authority-list = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-lo-authority-list = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.3.0" }

# These dependencies are used for the node template"s RPCs
Expand Down
14 changes: 7 additions & 7 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, g

# logion dependencies
log = { version = "0.4.17", default-features = false }
logion-shared = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-block-reward = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-lo-authority-list = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-logion-loc = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-logion-vault = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-logion-vote = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
logion-shared = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-block-reward = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-lo-authority-list = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-logion-loc = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-logion-vault = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-logion-vote = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-v1.3.0" }
pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-v1.3.0" }
pallet-session = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.3.0" }
pallet-validator-set = { default-features = false, git = "https://github.com/logion-network/substrate-validator-set.git", package = "substrate-validator-set", branch = "polkadot-v1.3.0" }
pallet-verified-recovery = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "feature/fix-loc-creation-weights" }
pallet-verified-recovery = { git = "https://github.com/logion-network/logion-pallets", default-features = false, branch = "polkadot-v1.3.0" }
pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-v1.3.0" }

[build-dependencies]
Expand Down

0 comments on commit fc20dde

Please sign in to comment.