We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team, after updated to polkadotjs 11, we had issue decode with these two blocks in Karura.
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkarura.api.onfinality.io%2Fpublic-ws#/explorer/query/43244
I found those types are missing, but I'm not 100% sure with runtime versions. Could you please check and make an update? Thank you
DispatchTime: { _enum: { At: 'BlockNumber', After: 'BlockNumber' } }, CallOf: 'Call', AsOriginId: 'AuthoritysOriginId', AuthoritysOriginId: { _enum: [ 'Root', 'EaveTreasury', 'CdpTreasury', 'ElpTreasury', 'DSWF' ] }, DispatchErrorModule: 'DispatchErrorModuleU8'
The text was updated successfully, but these errors were encountered:
fixed by #60
Sorry, something went wrong.
No branches or pull requests
Hi team, after updated to polkadotjs 11, we had issue decode with these two blocks in Karura.
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkarura.api.onfinality.io%2Fpublic-ws#/explorer/query/43244
I found those types are missing, but I'm not 100% sure with runtime versions. Could you please check and make an update? Thank you
The text was updated successfully, but these errors were encountered: