From 7bce109127552f8fae2c01d4af516fd943abc720 Mon Sep 17 00:00:00 2001 From: str-mv Date: Wed, 14 Jul 2021 10:36:05 +0000 Subject: [PATCH] Runtime types update --- --- a/runtime_types.json +++ b/runtime_types.json @@ -62,7 +62,8 @@ "Sponsorship": "SponsorshipState", "Limits": "CollectionLimits", "VariableOnChainSchema": "Vec", - "ConstOnChainSchema": "Vec" + "ConstOnChainSchema": "Vec", + "MetaUpdatePermission": "MetaUpdatePermission" }, "RawData": "Vec", "Address": "MultiAddress", -- gitstuff