Skip to content

Commit

Permalink
upgrade py_clob_client
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnicita committed Aug 5, 2024
1 parent 28a89bd commit 77127e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connectors/polymarket.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
self.exchange_address = "0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e"
self.neg_risk_exchange_address = "0xC5d563A36AE78145C45a50134d48A1215220f80a"

# self._init_api_keys()
self._init_api_keys()
self._init_approvals(False) # set to True first time running this!

def _init_api_keys(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ poly_eip712_structs==0.0.1
posthog==3.5.0
pre-commit==3.8.0
protobuf==4.25.4
py_clob_client==0.17.1
py_clob_client==0.17.5
py_order_utils==0.3.2
pyasn1==0.6.0
pyasn1_modules==0.4.0
Expand Down

0 comments on commit 77127e2

Please sign in to comment.