Skip to content

Commit

Permalink
fix: wallet update sui_import.sh (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju authored Oct 9, 2024
1 parent 189da9d commit c84d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deployer/sui_import.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ARCHWAY_KEY=$(archwayd keys export ibc_wallet --unsafe --unarmored-hex --keyring-backend test)
ARCHWAY_KEY=$(archwayd keys export xcall_wallet --unsafe --unarmored-hex --keyring-backend test)
SUI_KEY=$(sui keytool convert $ARCHWAY_KEY --json | grep suiprivkey | awk -F\" '{print $4}')
rm -rf /root/.sui/sui_config/*
sui keytool import --alias sui_wallet_testnet $SUI_KEY ed25519 >/dev/null && echo "SUCCESS" || echo "FAILED"

0 comments on commit c84d652

Please sign in to comment.