diff --git a/py_order_utils/config.py b/py_order_utils/config.py index f8f20e3..cc21252 100644 --- a/py_order_utils/config.py +++ b/py_order_utils/config.py @@ -20,8 +20,8 @@ def get_conditional(self): CONFIG = { 137: ContractConfig( - exchange="", - executor="", #TODO: update these + exchange="0x6D486b31b5c0f724828Aff07c88606b213B0D196", + executor="0x6b0ab7A1E65ea6AE9072f6c45B4261ACDfB30827", collateral="0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", conditional = "0x4d97dcd97ec945f40cf65f87097ace5ea0476045" ), diff --git a/setup.py b/setup.py index 6d233a7..c07d033 100644 --- a/setup.py +++ b/setup.py @@ -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",