Skip to content

Commit

Permalink
fix:change flashBuy price percent
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-liang-20230331 committed Sep 5, 2024
1 parent f12da80 commit 94842a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jobs/flashbuy.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewBuyFlashAuctionJob(
withWait: withWait,
flashBuyAddr: flashBuyAddr,
//maxPricePerc: maxPricePerc,
maxPricePerc: big.NewInt(88),
maxPricePerc: big.NewInt(90),
cfg: cfg,
}
}
Expand Down

0 comments on commit 94842a3

Please sign in to comment.