Skip to content

Commit e1bc6a9

Browse files
committed
update README.md
1 parent ea0161b commit e1bc6a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ _By setting this environment variable, you don't need to pass `--rest` flag ever
2323
#### Query account balance
2424

2525
```bash
26-
devd query balance [account addr] [optional ERC20 addr..] [--erc20] [--rpc http://localhost:8545]
26+
devd query balance [account addr] [optional ERC20 addr..] [--erc20 --rest http://localhost:1317] [--rpc http://localhost:8545]
2727
# devd q b 0xAccount
2828
# devd q b ethm1account
2929
# devd q b 0xAccount 0xErc20Contract
3030
# devd q b ethm1account 0xErc20Contract1 0xErc20Contract2
3131
# devd q b 0xAccount --erc20
3232
```
33+
_`--erc20` flag, if provided, will attempt to fetch user balance of contracts on `x/erc20` module and virtual frontier bank contracts. This request additional rest endpoint provided, or use default 1317._
3334

3435
#### Query ERC20 token information
3536

0 commit comments

Comments
 (0)