mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 05:11:02 +00:00
[testnet] Remove Wococo stuff from BridgeHubRococo/AssetHubRococo (#2300)
Rococo<>Wococo bridge is replaced by Rococo<Westend bridge, so this PR removes unneeded code. - [x] update bridges subtree after https://github.com/paritytech/parity-bridges-common/pull/2692 --------- Co-authored-by: command-bot <> Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
This commit is contained in:
@@ -61,19 +61,12 @@ trap revert_to_clean_state EXIT
|
||||
rm -rf $BRIDGES_FOLDER/.config
|
||||
rm -rf $BRIDGES_FOLDER/.github
|
||||
rm -rf $BRIDGES_FOLDER/.maintain
|
||||
rm -rf $BRIDGES_FOLDER/bin/millau
|
||||
rm -rf $BRIDGES_FOLDER/bin/rialto
|
||||
rm -rf $BRIDGES_FOLDER/bin/rialto-parachain
|
||||
rm -rf $BRIDGES_FOLDER/bin/.keep
|
||||
rm -rf $BRIDGES_FOLDER/deployments
|
||||
rm -f $BRIDGES_FOLDER/docs/dockerhub-*
|
||||
rm -rf $BRIDGES_FOLDER/fuzz
|
||||
rm -rf $BRIDGES_FOLDER/modules/beefy
|
||||
rm -rf $BRIDGES_FOLDER/modules/shift-session-manager
|
||||
rm -rf $BRIDGES_FOLDER/primitives/beefy
|
||||
rm -rf $BRIDGES_FOLDER/primitives/chain-millau
|
||||
rm -rf $BRIDGES_FOLDER/primitives/chain-rialto
|
||||
rm -rf $BRIDGES_FOLDER/primitives/chain-rialto-parachain
|
||||
rm -rf $BRIDGES_FOLDER/relays
|
||||
rm -rf $BRIDGES_FOLDER/scripts/add_license.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/build-containers.sh
|
||||
@@ -81,8 +74,6 @@ rm -rf $BRIDGES_FOLDER/scripts/ci-cache.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/dump-logs.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/license_header
|
||||
rm -rf $BRIDGES_FOLDER/scripts/regenerate_runtimes.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/send-message-from-millau-rialto.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/send-message-from-rialto-millau.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/update-weights.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/update-weights-setup.sh
|
||||
rm -rf $BRIDGES_FOLDER/scripts/update_substrate.sh
|
||||
|
||||
Reference in New Issue
Block a user