ChainSafe / Multix

Use a Multisig to do anything, on Polkadot
https://multix.chainsafe.io/
Apache License 2.0
27 stars 20 forks source link

Dapp is not up to date according to Wallets #550

Closed Tbaut closed 4 months ago

Tbaut commented 4 months ago

Wallets (Subwallet or Talisman) say this when trying to sign with the new ledger app: image

This is due to https://github.com/polkadot-js/api/releases/tag/v12.0.2

withSignedTransaction: This option has been added to SignerOptions. When using signAndSend, signAsync, and dryRun you may now enable or disable the use of the signedTransaction field by adding the withSignedTransaction option. When withSignedTransaction is not enabled but the signer adds a signedTransaction the api will error.