cast --to-unit
NAME
cast---to-unit - Convert an eth amount to another unit.
SYNOPSIS
cast --to-unit [options] value [unit]
DESCRIPTION
Convert an eth amount to another unit.
The value to convert (value) can be a quantity of eth (in wei), or a number with a unit attached to it.
Valid units are:
- ether
- gwei
- wei
OPTIONS
Common Options
-h
--help
    Prints help information.
EXAMPLES
- 
Convert 1000 wei to gwei cast --to-unit 1000 gwei
- 
Convert 1 eth to gwei cast --to-unit 1ether gwei