difftreelog
Merge pull request #17 from usetech-llc/feature/nftpar_162
in: master
NFTPAR-162. Move contracts to tombstone when evicted
1 file changed
runtime/src/lib.rsdiffbeforeafterboth326pub const DOLLARS: Balance = 100 * CENTS;326pub const DOLLARS: Balance = 100 * CENTS;327327328parameter_types! {328parameter_types! {329 pub const TombstoneDeposit: Balance = 16 * MILLICENTS;329 pub const TombstoneDeposit: Balance = 0;330 pub const RentByteFee: Balance = 4 * MILLICENTS;330 pub const RentByteFee: Balance = 4 * MILLICENTS;331 pub const RentDepositOffset: Balance = 1000 * MILLICENTS;331 pub const RentDepositOffset: Balance = 1000 * MILLICENTS;332 pub const SurchargeReward: Balance = 150 * MILLICENTS;332 pub const SurchargeReward: Balance = 150 * MILLICENTS;