Skip to content

Commit

Permalink
refactor(proxy): update ProxyDepositBase price
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Jan 29, 2025
1 parent d3bfc6c commit d4c936e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/mainnet/src/config/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ impl InstanceFilter<RuntimeCall> 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.
Expand Down

0 comments on commit d4c936e

Please sign in to comment.