polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.76k stars 1.55k forks source link

api.call.transactionPaymentApi is undefined for Root Network, Multisig not working. #11020

Open aadarsh012 opened 1 month ago

aadarsh012 commented 1 month ago

Portal Link -> https://portal.rootnet.live/?rpc=wss%3A%2F%2Fporcini.rootnet.app%2Fws#/accounts

The Multisig transactions are not working in Root Network. It gives the following error :-

image

When we checked the problem, it was because api.call.transactionPaymentApi is undefined for Root Network and its testnets.

image
aadarsh012 commented 1 month ago

@piggydoughnut Could you please review this issue?

TarikGul commented 1 month ago

The following seems more like a rootnet issue and not a PJS apps issue. Does rootnet not have the transactionPaymentApi supported in the runtime? If so things are working exactly as they should.

Additionally if rootnet is not part of PJS apps then I can't help check any information for you.