Skip to content

Commit

Permalink
chore: tweak auction params based on testing experience
Browse files Browse the repository at this point in the history
in collaboration with Rowland
  • Loading branch information
dckc authored May 10, 2023
1 parent 6084a1d commit 73249cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inter-protocol/src/proposals/econ-behaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,10 @@ export const startAuctioneer = async (
StartFreq: 3600n,
ClockStep: 3n * 60n,
StartingRate: 10500n,
LowestRate: 4500n,
LowestRate: 6500n,
DiscountStep: 500n,
AuctionStartDelay: 2n,
PriceLockPeriod: 300n,
PriceLockPeriod: 30n * 60n, // half an hour
},
} = {},
) => {
Expand Down

0 comments on commit 73249cb

Please sign in to comment.