mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
Change contract fees to MILLICENTS (#6509)
This commit is contained in:
@@ -572,10 +572,10 @@ impl pallet_treasury::Trait for Runtime {
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const TombstoneDeposit: Balance = 1 * DOLLARS;
|
||||
pub const RentByteFee: Balance = 1 * DOLLARS;
|
||||
pub const RentDepositOffset: Balance = 1000 * DOLLARS;
|
||||
pub const SurchargeReward: Balance = 150 * DOLLARS;
|
||||
pub const TombstoneDeposit: Balance = 16 * MILLICENTS;
|
||||
pub const RentByteFee: Balance = 4 * MILLICENTS;
|
||||
pub const RentDepositOffset: Balance = 1000 * MILLICENTS;
|
||||
pub const SurchargeReward: Balance = 150 * MILLICENTS;
|
||||
}
|
||||
|
||||
impl pallet_contracts::Trait for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user