From eb43a31c8c46796c8bbe819f0130fa034f9fd959 Mon Sep 17 00:00:00 2001 From: Rodrigo <95635797+poly-rodr@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:16:10 -0300 Subject: [PATCH] updating contracts --- py_order_utils/config.py | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py_order_utils/config.py b/py_order_utils/config.py index dc246b1..51bd494 100644 --- a/py_order_utils/config.py +++ b/py_order_utils/config.py @@ -20,15 +20,15 @@ def get_conditional(self): CONFIG = { 137: ContractConfig( - exchange="0x6D486b31b5c0f724828Aff07c88606b213B0D196", - executor="0x6b0ab7A1E65ea6AE9072f6c45B4261ACDfB30827", + exchange="0xA5caFCC00E8D8E9121CC18B2DF279Eab5dE43bC5", + executor="0xb2a29463Df393a4CAef36541544715e6B48b80B7", collateral="0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", conditional = "0x4D97DCd97eC945f40cF65F87097ACe5EA0476045" ), 80001: ContractConfig( - exchange="0x6D486b31b5c0f724828Aff07c88606b213B0D196", - executor="0x6b0ab7A1E65ea6AE9072f6c45B4261ACDfB30827", + exchange="0xA5caFCC00E8D8E9121CC18B2DF279Eab5dE43bC5", + executor="0xb2a29463Df393a4CAef36541544715e6B48b80B7", collateral="0x2E8DCfE708D44ae2e406a1c02DFE2Fa13012f961", conditional = "0x7D8610E9567d2a6C9FBf66a5A13E9Ba8bb120d43" ) diff --git a/setup.py b/setup.py index 35d970a..50dc69d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="py_order_utils", - version="0.0.22", + version="0.0.23", author="Jonathan Amenechi", author_email="jonathanamenechi@gmail.com", description="Python utilities used to generate and sign limit and market orders on Polymarket's CLOB",