Forc deploy --test

When I deploy using forc deploy --testnet . How should I know what wallet that I am uinsg? or can i specific a wallet?

While deploying a contract, it will ask for the password for the local wallet (that you can generate using the command forc wallet new). After that it will show you the account that it is gonna use to deploy.

3 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.