File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/polymarket_apis/types Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,8 @@ class GammaMarket(Base):
6060 lower_bound : Optional [str ] = Field (None , alias = "lowerBound" )
6161 upper_bound : Optional [str ] = Field (None , alias = "upperBound" )
6262 description : Optional [str ] = Field (None , alias = "description" )
63- outcomes : Optional [str ] = Field (None , alias = "outcomes" )
64- outcome_prices : Optional [Json [list [Decimal ]] | list [Decimal ]] = Field (
65- None , alias = "outcomePrices"
66- )
63+ outcomes : Optional [Json [list [str ]] | list [str ]] = Field (None , alias = "outcomes" )
64+ outcome_prices : Optional [Json [list [Decimal ]] | list [Decimal ]] = Field (None , alias = "outcomePrices" )
6765 volume : Optional [str ] = Field (None , alias = "volume" )
6866 active : Optional [bool ] = Field (None , alias = "active" )
6967 market_type : Optional [str ] = Field (None , alias = "marketType" )
You can’t perform that action at this time.
0 commit comments