From d4c936e5bca5659e6ed1324b4156ab6f82e1866e Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Andres <11448715+al3mart@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:09:42 +0100 Subject: [PATCH] refactor(proxy): update ProxyDepositBase price --- runtime/mainnet/src/config/proxy.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/mainnet/src/config/proxy.rs b/runtime/mainnet/src/config/proxy.rs index a54b8f1f5..27dbb803c 100644 --- a/runtime/mainnet/src/config/proxy.rs +++ b/runtime/mainnet/src/config/proxy.rs @@ -31,8 +31,8 @@ impl InstanceFilter for ProxyType { } parameter_types! { - // One storage item; key size 32, value size 16. - pub const ProxyDepositBase: Balance = deposit(1, 48); + // One storage item; key size 32 + hash size 8. + pub const ProxyDepositBase: Balance = deposit(1, 40); // Additional storage item size of AccountId 32 bytes + ProxyType 1 byte + BlockNum 4 bytes. pub const ProxyDepositFactor: Balance = deposit(0, 37); // One storage item; key size 32, value size 16.