Skip to content

Commit

Permalink
fix: setup sui client file
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 21, 2024
1 parent a3043b6 commit 843aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-sui/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
- name: Setup Sui Localnet
shell: bash
run: |
echo -e "y\n\n1" | sui client new-env
echo -e "y\n\n1" | sui client envs
sui client new-env --alias local --rpc http://127.0.0.1:9000
sui client switch --env local
sui client new-address secp256k1 wallet
Expand Down

0 comments on commit 843aacf

Please sign in to comment.