#### Wallet Options - Raw

`-i`
`--interactives` *num*\
    Open an interactive prompt to enter your private key. Takes a value for the number of keys to enter.\
    Default: 0

`--mnemonic-indexes` *indexes*\
    Use the private key from the given mnemonic index. Used with --mnemonic-path.\
    Default: 0

`--mnemonic-paths` *paths*\
    Use the mnemonic file at the specified path(s).

`--private-key` *raw\_private\_key*\
    Use the provided private key.

`--private-keys` *raw\_private\_keys*\
    Use the provided private keys.

#### Wallet Options - Keystore

`--keystores` *paths*\
    Use the keystores in the given folders or files.\
    Environment: `ETH_KEYSTORE`

`--account` *account-name*\
    Use a keystore from the default keystores folder (~/.foundry/keystores) by its filename.\
    Environment: `ETH_KEYSTORE_ACCOUNT`

`--password` *passwords*\
    The keystore passwords. Used with `--keystore`.

#### Wallet Options - Hardware Wallet

`-t`\
`--trezor`\
    Use a Trezor hardware wallet.

`-l`\
`--ledger`\
    Use a Ledger hardware wallet.

`--hd-paths` *paths*\
    The derivation paths to use with hardware wallets.

#### Wallet Options - Remote

`-a` *addresses*
`--froms` *addresses*
    Sign the transaction with the specified accounts on the RPC.
    Environment: `ETH_FROM`
