difftreelog
NFTPAR-162. Move contracts to tombstone when evicted
in: master
1 file changed
runtime/src/lib.rsdiffbeforeafterboth266pub const DOLLARS: Balance = 100 * CENTS;266pub const DOLLARS: Balance = 100 * CENTS;267267268parameter_types! {268parameter_types! {269 pub const TombstoneDeposit: Balance = 16 * MILLICENTS;269 pub const TombstoneDeposit: Balance = 0;270 pub const RentByteFee: Balance = 4 * MILLICENTS;270 pub const RentByteFee: Balance = 4 * MILLICENTS;271 pub const RentDepositOffset: Balance = 1000 * MILLICENTS;271 pub const RentDepositOffset: Balance = 1000 * MILLICENTS;272 pub const SurchargeReward: Balance = 150 * MILLICENTS;272 pub const SurchargeReward: Balance = 150 * MILLICENTS;