We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189da9d commit c84d652Copy full SHA for c84d652
.github/deployer/sui_import.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-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)
4
SUI_KEY=$(sui keytool convert $ARCHWAY_KEY --json | grep suiprivkey | awk -F\" '{print $4}')
5
rm -rf /root/.sui/sui_config/*
6
sui keytool import --alias sui_wallet_testnet $SUI_KEY ed25519 >/dev/null && echo "SUCCESS" || echo "FAILED"
0 commit comments