Skip to content

Commit

Permalink
ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Jul 11, 2023
1 parent 2bb3ca4 commit 8fc5c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testnet-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ jobs:
echo "The size of all contracts is well within the 800 KB limit."
- name: Deploy WASM
run: bash -x scripts/deploy_cosmwasm.sh testnet
run: |
archwayd keys list
archwayd query bank balances archway1z6r0f8r735mfrtrd4uv6x9f77tc6dsqzxtj7j4 --node https://rpc.constantine.archway.tech:443
bash -x scripts/deploy_cosmwasm.sh testnet
2 changes: 2 additions & 0 deletions scripts/deploy_cosmwasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ sed -i "s|^ARCHWAY_WALLET=.*|ARCHWAY_WALLET=constantine3Wallet|" ./contracts/cos
sed -i "s|^ARCHWAY_NETWORK=.*|ARCHWAY_NETWORK=testnet|" ./contracts/cosmwasm-vm/icon-ibc-setup/consts.sh
sed -i "s|^ARCHWAY_NETWORK=.*|ARCHWAY_NETWORK=testnet|" ./contracts/cosmwasm-vm/icon-ibc-setup/consts.sh
sed -i "s|constantine-2|constantine-3|" ./contracts/cosmwasm-vm/icon-ibc-setup/consts.sh
sed -i "s|^ARCHWAY_ADDRESS=.*|ARCHWAY_ADDRESS=archway1z6r0f8r735mfrtrd4uv6x9f77tc6dsqzxtj7j4|" ./contracts/cosmwasm-vm/icon-ibc-setup/consts.sh

# sed -i '2i\sed -x' ./contracts/cosmwasm-vm/icon-ibc-setup/consts.sh

cd ./contracts/cosmwasm-vm/icon-ibc-setup
Expand Down

0 comments on commit 8fc5c56

Please sign in to comment.