Skip to content

Commit

Permalink
ci: temporary rename of wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 21, 2023
1 parent 1f1829b commit 20ea451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/start_relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20ea451

Please sign in to comment.