mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 14:27:57 +00:00
f4bb17cc86
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>
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd $POLKADOT_SDK_FOLDER/cumulus/scripts
|
|
./bridges_rococo_westend.sh $1
|
|
popd
|