From 14e70e161de4b14876ef1d8804a4e0e0f144a9c3 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Fri, 05 Mar 2021 13:12:51 +0000 Subject: [PATCH] fix: add SponsoredDataRateLimit to runtime meta --- --- a/runtime_types.json +++ b/runtime_types.json @@ -94,6 +94,7 @@ "CollectionLimits": { "AccountTokenOwnershipLimit": "u32", "SponsoredDataSize": "u32", + "SponsoredDataRateLimit": "Option", "TokenLimit": "u32", "SponsorTimeout": "u32", "OwnerCanTransfer": "bool", -- gitstuff