Skip to content

Commit

Permalink
Reduce network deposit down to 1 NEER
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Sep 19, 2022
1 parent db58851 commit 2006567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/pioneer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ parameter_types! {
pub const MinimumAuctionDuration: BlockNumber = 300; // Minimum duration is 300 blocks
pub const MaxFinality: u32 = 100; // Maximum finalize auctions per block
pub const MaxBundleItem: u32 = 100; // Maximum number of item per bundle
pub const NetworkFeeReserve: Balance = 10 * DOLLARS; // Network fee reserved when item is listed for auction
pub const NetworkFeeReserve: Balance = 1 * DOLLARS; // Network fee reserved when item is listed for auction
pub const NetworkFeeCommission: Perbill = Perbill::from_percent(1); // Network fee collected after an auction is over
pub const OfferDuration: BlockNumber = 100800; // Default 100800 Blocks
pub const MinimumListingPrice: Balance = DOLLARS;
Expand Down

0 comments on commit 2006567

Please sign in to comment.