Skip to content

Commit

Permalink
Fix try runtime kusama (#1675)
Browse files Browse the repository at this point in the history
* fix: 🐛 add BifrostKusamaFeeShareOnRuntimeUpgrade

* fix referenda migration

* Remove idempotent check restrictions

---------

Co-authored-by: yooml <ymlll0508@gmail.com>
  • Loading branch information
SunTiebing and yooml authored Feb 28, 2025
1 parent c5381b0 commit 5a31d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ try-kusama-runtime-upgrade:build-try-runtime
--runtime \
target/release/wbuild/bifrost-kusama-runtime/bifrost_kusama_runtime.compact.compressed.wasm \
on-runtime-upgrade \
--disable-idempotency-checks \
live \
--uri wss://hk.bifrost-rpc.liebi.com:443/ws

Expand All @@ -148,6 +149,7 @@ try-polkadot-runtime-upgrade:build-try-runtime
--runtime \
target/release/wbuild/bifrost-polkadot-runtime/bifrost_polkadot_runtime.compact.compressed.wasm \
on-runtime-upgrade \
--disable-idempotency-checks \
live \
--uri wss://hk.p.bifrost-rpc.liebi.com:443/ws

Expand All @@ -161,6 +163,7 @@ try-polkadot-runtime-upgrade-snap:build-try-runtime
--runtime \
target/release/wbuild/bifrost-polkadot-runtime/bifrost_polkadot_runtime.compact.compressed.wasm \
on-runtime-upgrade \
--disable-idempotency-checks \
--checks=all \
snap -p bifrost_polkadot@latest.snap

Expand All @@ -174,6 +177,7 @@ try-kusama-runtime-upgrade-snap:build-try-runtime
--runtime \
target/release/wbuild/bifrost-kusama-runtime/bifrost_kusama_runtime.compact.compressed.wasm \
on-runtime-upgrade \
--disable-idempotency-checks \
--checks=all \
snap -p bifrost@latest.snap

Expand Down

0 comments on commit 5a31d56

Please # to comment.