mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 17:55:42 +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! {
|
parameter_types! {
|
||||||
pub const TombstoneDeposit: Balance = 1 * DOLLARS;
|
pub const TombstoneDeposit: Balance = 16 * MILLICENTS;
|
||||||
pub const RentByteFee: Balance = 1 * DOLLARS;
|
pub const RentByteFee: Balance = 4 * MILLICENTS;
|
||||||
pub const RentDepositOffset: Balance = 1000 * DOLLARS;
|
pub const RentDepositOffset: Balance = 1000 * MILLICENTS;
|
||||||
pub const SurchargeReward: Balance = 150 * DOLLARS;
|
pub const SurchargeReward: Balance = 150 * MILLICENTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl pallet_contracts::Trait for Runtime {
|
impl pallet_contracts::Trait for Runtime {
|
||||||
|
|||||||
Reference in New Issue
Block a user