diff --git a/py_order_utils/config.py b/py_order_utils/config.py index cc21252..dc246b1 100644 --- a/py_order_utils/config.py +++ b/py_order_utils/config.py @@ -23,7 +23,7 @@ def get_conditional(self): exchange="0x6D486b31b5c0f724828Aff07c88606b213B0D196", executor="0x6b0ab7A1E65ea6AE9072f6c45B4261ACDfB30827", collateral="0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", - conditional = "0x4d97dcd97ec945f40cf65f87097ace5ea0476045" + conditional = "0x4D97DCd97eC945f40cF65F87097ACe5EA0476045" ), 80001: ContractConfig( diff --git a/setup.py b/setup.py index c07d033..6f13fb6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="py_order_utils", - version="0.0.20", + version="0.0.21", author="Jonathan Amenechi", author_email="jonathanamenechi@gmail.com", description="Python utilities used to generate and sign limit and market orders on Polymarket's CLOB",