git.delta.rocks / unique-network / refs/commits / 48ed76c829b4

difftreelog

NFTPAR-162. Move contracts to tombstone when evicted

str-mv2020-11-17parent: #eaea941.patch.diff
in: master

1 file changed

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