diff --git a/scalecodec/type_registry/metadata_types.json b/scalecodec/type_registry/metadata_types.json index 415695c..bebb6e0 100644 --- a/scalecodec/type_registry/metadata_types.json +++ b/scalecodec/type_registry/metadata_types.json @@ -1581,11 +1581,17 @@ "frame_support::storage::weak_bounded_vec::WeakBoundedVec": "BoundedVec", "frame_support::traits::misc::WrapperKeepOpaque": "WrapperKeepOpaque", "*::Call": "GenericCall", + "*::RuntimeCall": "GenericCall", "*::Event": { "type": "struct", "base_class": "GenericScaleInfoEvent", "type_mapping": [] }, + "*::RuntimeEvent": { + "type": "struct", + "base_class": "GenericScaleInfoEvent", + "type_mapping": [] + }, "*::EventRecord": { "type": "struct", "base_class": "GenericEventRecord",