Releases: PolyTrader/polymarket-trading
Releases · PolyTrader/polymarket-trading
Release 0.1.8
- Add support for adding and removing liquidity, as well as claiming liquidity provider fees.
Relaese 0.1.7
- Fixes import issues missed in the 0.1.6 release.
Release 0.1.6
- the positions command now retrieves price and share data directly from the chain (it's slower, but more consistent)
Release 0.1.5
- Add sell_shares command denominated in number of shares
- sell_shares(slug, outcome, num_shares, slippage)
- sell_shares("will-the-ever-given-exit-the-great-bitter-lake-in-the-suez-canal-by-july-25", "Yes", 100, 2)
- Sell 100 "Yes" shares of the Ever Given 7/25 market with 2% allowed slippage
Release 0.1.4
- Updated the readme with new env vars, etc
- Added condition id to the positions command output
Release 0.1.3
- Add environment variable RPC_URL for arbitrary rpc provider. matic-vigil rpc no longer required.
- Positions command retrieve share prices from chain, not from subgraph
Release 0.1.2
- Force all transactions to wait for the transaction receipt. This ensures transactions serialize correctly.
Release 0.1.1
- Fixes build bug that omitted the gql query from the package
- Fixes reference to incorrect package name polymarket-tools with correct name polymarket-trading
Release 0.1.0
- Beta release of Polymarket Trading Tools
- Use at your own risk