#### Transaction Options

`--gas-limit` *gas\_limit*\
    Gas limit for the transaction.

`--gas-price` *price*\
    Gas price for the transaction, or max fee per gas for EIP1559 transactions.

`--priority-gas-price` *price*\
    Max priority fee per gas for EIP1559 transactions.

`--value` *value*\
    Ether to send in the transaction.

    Either specified as an integer (wei), or as a string with a unit, for example:\
    - `1ether`\
    - `10gwei`\
    - `0.01ether`

`--nonce` *nonce*\
    Nonce for the transaction.

`--legacy`\
    Send a legacy transaction instead of an [EIP1559][eip1559] transaction.

    This is automatically enabled for common networks without EIP1559.

[eip1559]: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md
