-
Hi, when running
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello, @0xsl0th, |
Beta Was this translation helpful? Give feedback.
-
thanks! just tried it and indeed this here works but need to make sure to add the account address after the private key flag and key like so:
|
Beta Was this translation helpful? Give feedback.
-
oh I see, the .foundry folder gets store into the root folder of my actual account, not just the folder structure I'm working from. Okok, so MyAccount in this example is just a label a I can set arbirtrarily and then the command would go like to: |
Beta Was this translation helpful? Give feedback.
Hello, @0xsl0th,
cast wallet import <your private key name>
is your desired command. Here is the doc https://book.getfoundry.sh/reference/cast/cast-wallet-import to read more about it.