Fix comment for account address while checking balance

This commit is contained in:
Shreerang Kale 2025-03-25 19:52:53 +05:30
parent 66ad37a99e
commit c772d8fb55

View File

@ -47,7 +47,7 @@
* Check balance of your tokens once they are transferred:
```bash
# Note: Account address should be without "0x"
# Note: Account address should be with "0x"
export ACCOUNT_ADDRESS="<account-address>"
export GETH_CHAIN_ID="1212"