-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add balance command #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also ask for which token to get balance to? ETH or ERC20
And then if ERC20 is selected we also ask for address of the token.
Would be useful to have something like that :)
Not required for this PR tho..
That would be very useful indeed, we'll add it on a subsquent PR! |
Addressed all the commends above here aef66ef and here 2e88921. In regards to this
For now I just changed the description to not mention L1, we might add L1 features in the future. |
What π»
npx zksync-cli wallet balance
command to check ETH balance of the specified addressWhy β
Evidence π·