I'm trying to claim rewards on the Centrifuge network with this tool and it doesn't work with the default type_preset. I tried to add the Centrifuge types defined on @polkadot/api (adapted for the substrate-interface). The tool connected successfully, but it failed in a similar way as with the default types when signing the extrinsic.
scalecodec.exceptions.RemainingScaleBytesNotEmptyException: Decoding "None" - No more bytes available (needed: 72 / total: 69)
A link to the Centrifuge types:
https://github.com/polkadot-js/apps/blob/master/packages/apps-config/src/api/spec/centrifuge-chain.ts
It's there something I'm missing here? Using the @polkadot/api it's able to submit the extrinsic with those types, so I don't know if it's related to the types themselves. You can replicate the issue even without submitting the extrinsic, the error pops up when signing.
I'm trying to claim rewards on the Centrifuge network with this tool and it doesn't work with the
defaulttype_preset. I tried to add the Centrifuge types defined on@polkadot/api(adapted for the substrate-interface). The tool connected successfully, but it failed in a similar way as with the default types when signing the extrinsic.A link to the Centrifuge types:
https://github.com/polkadot-js/apps/blob/master/packages/apps-config/src/api/spec/centrifuge-chain.ts
It's there something I'm missing here? Using the
@polkadot/apiit's able to submit the extrinsic with those types, so I don't know if it's related to the types themselves. You can replicate the issue even without submitting the extrinsic, the error pops up when signing.