Allow for signing `contract invoke` with ledger. This currently returns an error: `❌ error: Ledger cannot reveal private keys` There is a work around, where you can invoke the tx with `--build-only` and then pipe the tx to `stellar tx sign --sign-with-ledger`.