Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/kreivo/src/config/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl pallet_utility::Config for Runtime {
// pub type Proxy
parameter_types! {
// One storage item; key size 32, value size 8; .
pub const ProxyDepositBase: Balance = deposit(1, 40);
pub const ProxyDepositBase: Balance = deposit(0, 100);
// Additional storage item size of 33 bytes.
pub const ProxyDepositFactor: Balance = deposit(0, 33);
pub const MaxProxies: u16 = 32;
Expand Down
Loading