diff --git a/chains/v2/types/xode_polkadot.json b/chains/v2/types/xode_polkadot.json index 3f91ad088..337a8d3fe 100644 --- a/chains/v2/types/xode_polkadot.json +++ b/chains/v2/types/xode_polkadot.json @@ -10,7 +10,24 @@ "xode_runtime.RuntimeEvent": "GenericEvent", "xode_runtime.RuntimeCall": "GenericCall", "sp_core.crypto.AccountId32": "GenericAccountId", - "pallet_identity.types.Data": "Data" + "pallet_identity.types.Data": "Data", + "RuntimeDispatchInfo": { + "type": "struct", + "type_mapping": [ + [ + "weight", + "sp_weights.weight_v2.Weight" + ], + [ + "class", + "frame_support.dispatch.DispatchClass" + ], + [ + "pays_fee", + "frame_support.dispatch.Pays" + ] + ] + } }, "versioning": [] }