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 88d5951 commit 6883b75
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 @@ -26,6 +26,7 @@ done

sed -i 's/export WASM_WALLET=godWallet/export WASM_WALLET=default/' ./icon-ibc/const.sh
sed -i 's/\(export WASM_EXTRA=\)"\([^"]*\)"\(.*\)/\1"--keyring-backend test"\3/' ./icon-ibc/const.sh
sed -i 's/\.wasm/_\.wasm/g' ./icon-ibc/const.sh # Use this line until there is version fix on wasm file
cat ./icon-ibc/const.sh

# sed -i 's/ARCHWAY_NETWORK=localnet/ARCHWAY_NETWORK=docker/' consts.sh
Expand Down

0 comments on commit 6883b75

Please sign in to comment.