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
Modify the existing balance command (implemented on this PR) to give the option to query the balance of an ERC20 token. When this option is chosen, the command should ask for the contract's address.
🤔 Rationale
🖼️ Mockups/Examples
npm run dev -- wallet balance --chain="era-mainnet" --account=0x6CD3EFCae464f17b4e6FAD254cfc10039f2e88dE --erc20-address=<contract_address>
📋 Additional Context
The text was updated successfully, but these errors were encountered:
jrchatruc
changed the title
Add command to query an account's balance on a given erc20 contract
Add option to query an account's balance on a given erc20 contract
Nov 21, 2023
🌟 Feature Request
📝 Description
Modify the existing
balance
command (implemented on this PR) to give the option to query the balance of an ERC20 token. When this option is chosen, the command should ask for the contract's address.🤔 Rationale
🖼️ Mockups/Examples
📋 Additional Context
The text was updated successfully, but these errors were encountered: