Closed jiqiang90 closed 6 months ago
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'
fixed by #60
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