Skip to content

Commit

Permalink
chore: change polymarket's priceAdjustmentMin from 0.00001 to 0.0001 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Aug 14, 2024
1 parent 5e4b45c commit 4aa8c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/apis/polymarket/api_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
URL = "https://clob.polymarket.com/markets/%s"

// priceAdjustmentMin is the value the price gets set to in the event of price == 0.
priceAdjustmentMin = 0.00001
priceAdjustmentMin = 0.0001
)

var _ types.PriceAPIDataHandler = (*APIHandler)(nil)
Expand Down

0 comments on commit 4aa8c56

Please sign in to comment.