fix(client): point Combos RFQ endpoints at polymarket.com domains#90
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switch the Combos RFQ production endpoints from the temporary
.shdomains to the new.comdomains:https://combos-rfq-api.polymarket.sh->https://combos-rfq-api.polymarket.comwss://combos-rfq-gateway-quoter.polymarket.sh/ws/rfq->wss://combos-rfq-gateway-quoter.polymarket.com/ws/rfqVerification
uv run pytest tests/unit: 1694 passedPublicClient().list_combo_markets()againstcombos-rfq-api.polymarket.comreturns combo marketscombos-rfq-gateway-quoter.polymarket.com/ws/rfqreturns101 Switching ProtocolsNote
Low Risk
Config-only hostname swap for RFQ API and WS; behavior unchanged aside from which host clients connect to.
Overview
Updates production Combos RFQ configuration in
environments.pyso clients use the permanent.comhosts instead of temporary.shURLs.REST
rfq_urlonPRODUCTIONis nowhttps://combos-rfq-api.polymarket.com. The default quoter WebSocket onEnvironmentis nowwss://combos-rfq-gateway-quoter.polymarket.com/ws/rfq. No other endpoints or contract addresses change.Reviewed by Cursor Bugbot for commit ea94a3a. Bugbot is set up for automated code reviews on this repo. Configure here.