Last active
August 2, 2024 01:03
-
-
Save nfl0/c8949a0adfd086a4a8b1cf15ad90b3eb to your computer and use it in GitHub Desktop.
recover funds from a penumbra nft auction using the penumbra cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1- install penumbra cli: | |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/latest/download/pcli-installer.sh | sh | |
----------------------- | |
2- import seed phrase: | |
pcli init --grpc-url https://grpc.penumbra.silentvalidator.com:443 soft-kms import-phrase | |
----------------------- | |
3- view balances | |
pcli view balance | |
----------------------- | |
4- end and widthraw | |
pcli tx auction dutch end --source 0 pauctid... | |
pcli tx auction dutch withdraw --source 0 pauctid... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment