Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/cosmossdk.io/tools/con…
Browse files Browse the repository at this point in the history
…fix-0.1.2
  • Loading branch information
aljo242 authored Aug 14, 2024
2 parents 314c454 + 4aa8c56 commit a422411
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 a422411

Please sign in to comment.