git.delta.rocks / unique-network / refs/commits / 68e68344dcf9

difftreelog

Merge pull request #17 from usetech-llc/feature/nftpar_162

usetech-llc2020-12-09parents: #f1b5374 #48ed76c.patch.diff
in: master
NFTPAR-162. Move contracts to tombstone when evicted

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
326pub const DOLLARS: Balance = 100 * CENTS;326pub const DOLLARS: Balance = 100 * CENTS;
327327
328parameter_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;