Skip to content

Commit

Permalink
Use the correct number
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Nov 1, 2024
1 parent 8cc9069 commit 98417ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/peaq/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ impl pallet_sudo::Config for Runtime {
}

parameter_types! {
pub const DidStorageDepositBase: Balance = MILLICENTS * 5;
pub const DidStorageDepositBase: Balance = MILLICENTS * 500;
pub const DidStorageDepositPerByte: Balance = 0;
}

Expand Down Expand Up @@ -1033,7 +1033,7 @@ parameter_types! {
}

parameter_types! {
pub const RBACStorageDepositBase: Balance = MILLICENTS * 5;
pub const RBACStorageDepositBase: Balance = MILLICENTS * 500;
pub const RBACStorageDepositPerByte: Balance = 0;
}

Expand All @@ -1049,7 +1049,7 @@ impl peaq_pallet_rbac::Config for Runtime {
}

parameter_types! {
pub const StorageStorageDepositBase: Balance = MILLICENTS * 5;
pub const StorageStorageDepositBase: Balance = MILLICENTS * 500;
pub const StorageStorageDepositPerByte: Balance = 0;
}

Expand Down

0 comments on commit 98417ea

Please sign in to comment.