Skip to content

Integrate latest Wasm releases #1663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/actions/iota-rebase-sandbox/load-keytool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ runs:
;;

mainnet)
RPC=
echo "network ${{inputs.network}} not configured"
exit 1
RPC=https://api.mainnet.iota.cafe
;;

*)
Expand All @@ -48,4 +46,4 @@ runs:
iota client faucet
# wait up tp 5min for Gas to be available
timeout 5m bash -c "until (( $(iota client gas --json | jq -r 'first | .nanosBalance') > 0 )); do sleep 10; done"
fi
fi
Loading
Loading