diff --git a/Cargo.lock b/Cargo.lock index 2ad68d3..c0d8633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2936,7 +2936,7 @@ dependencies = [ [[package]] name = "encointer-kusama-runtime" version = "1.0.0" -source = "git+https://github.com/encointer/runtimes.git?branch=cl/bump-encointer-to-v1.14.0#95b6c8246765b6d532bdfbebf20e7e9499e4e952" +source = "git+https://github.com/encointer/runtimes.git?branch=polkadot-v1.14.0#95b6c8246765b6d532bdfbebf20e7e9499e4e952" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/Cargo.toml b/Cargo.toml index c87d3a0..0aae9b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,8 @@ pallet-encointer-communities-rpc = "~13.1.0" encointer-balances-tx-payment-rpc = "~13.1.0" # fellowship runtimes. do not depend on fellow-runtimes directly, so we can upgrade at our own pace -kusama-runtime-constants = { default-features = false, git = "https://github.com/encointer/runtimes.git", branch = "cl/bump-encointer-to-v1.14.0" } -parachain-runtime = { package = "encointer-kusama-runtime", git = "https://github.com/encointer/runtimes.git", branch = "cl/bump-encointer-to-v1.14.0" } +kusama-runtime-constants = { default-features = false, git = "https://github.com/encointer/runtimes.git", branch = "polkadot-v1.14.0" } +parachain-runtime = { package = "encointer-kusama-runtime", git = "https://github.com/encointer/runtimes.git", branch = "polkadot-v1.14.0" } # polkadot-sdk [no_std] cumulus-pallet-aura-ext = { version = "0.15.0", default-features = false }