You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
And for a function such as transfeOwnership(address newOwner) which is invoked through oz send-tx you would then be able to do something like #2 at the prompt, which would then refer to 0x22d491Bde2303f2f43325b2108D26f1eAbA1e32b.
I think it would be quite useful to have the ability to refer to specific accounts under an alias when using the CLI. For example:
oz accountsdisplays a list of accountsAnd for a function such as
transfeOwnership(address newOwner)which is invoked throughoz send-txyou would then be able to do something like#2at the prompt, which would then refer to 0x22d491Bde2303f2f43325b2108D26f1eAbA1e32b.Thoughts?