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.
Allow for signing
contract invokewith ledger. This currently returns an error:❌ error: Ledger cannot reveal private keysThere is a work around, where you can invoke the tx with
--build-onlyand then pipe the tx tostellar tx sign --sign-with-ledger.