Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py_order_utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def get_conditional(self):

CONFIG = {
137: ContractConfig(
exchange="",
executor="", #TODO: update these
exchange="0x6D486b31b5c0f724828Aff07c88606b213B0D196",
executor="0x6b0ab7A1E65ea6AE9072f6c45B4261ACDfB30827",
collateral="0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
conditional = "0x4d97dcd97ec945f40cf65f87097ace5ea0476045"
),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="py_order_utils",
version="0.0.19",
version="0.0.20",
author="Jonathan Amenechi",
author_email="jonathanamenechi@gmail.com",
description="Python utilities used to generate and sign limit and market orders on Polymarket's CLOB",
Expand Down