From 20ea451bd551a7beb90c3d2a81aab356a776877c Mon Sep 17 00:00:00 2001 From: DeepakBomjan Date: Mon, 21 Aug 2023 08:02:25 +0545 Subject: [PATCH] ci: temporary rename of wasm file --- .github/scripts/start_relay.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/start_relay.sh b/.github/scripts/start_relay.sh index 75122e2ea..03cf67088 100755 --- a/.github/scripts/start_relay.sh +++ b/.github/scripts/start_relay.sh @@ -30,6 +30,7 @@ sed -i 's/\(export WASM_EXTRA=\)"\([^"]*\)"\(.*\)/\1"--keyring-backend test"\3/' # Use below lines until there is version fix on wasm file sed -i 's/\.wasm/_\.wasm/g' ./icon-ibc/const.sh sed -i 's/cw_xcall_.wasm/cw_xcall_0.1.0.wasm/g' ./icon-ibc/const.sh +sed -i 's/cw_mock_dapp_multi_.wasm/cw_mock_dapp_multi_0.1.0.wasm/g' ./icon-ibc/const.sh cat ./icon-ibc/const.sh