From 5a24f57480d3f8a47320c9e20d397a2771b5ca31 Mon Sep 17 00:00:00 2001 From: Liam Kovatch Date: Mon, 16 May 2022 15:43:15 -0700 Subject: [PATCH 1/2] update contract addresses to support partial market fills --- py_order_utils/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py_order_utils/config.py b/py_order_utils/config.py index 36cdc1a..53e6cac 100644 --- a/py_order_utils/config.py +++ b/py_order_utils/config.py @@ -27,8 +27,8 @@ def get_conditional(self): ), 80001: ContractConfig( - exchange="0x3AA27F87CA17822f305A9788e7b9f5ea43A531FF", - executor="0x1199443D6806dE23a9C976193F07A381542F81df", + exchange="0xe8DaCEd3A06A59ADADF804771d10684A6E536ffd", + executor="0xA15b04F6eb916f2e368Aeb17740a52b0379B8B6D", collateral="0x2E8DCfE708D44ae2e406a1c02DFE2Fa13012f961", conditional = "0x7D8610E9567d2a6C9FBf66a5A13E9Ba8bb120d43" ) From 86d6b4c7d1c59894447edfdc3e8a7df9bf0b3903 Mon Sep 17 00:00:00 2001 From: Liam Kovatch Date: Tue, 17 May 2022 10:28:02 -0700 Subject: [PATCH 2/2] bump version --- py_order_utils/abi/LimitOrderProtocol.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py_order_utils/abi/LimitOrderProtocol.json b/py_order_utils/abi/LimitOrderProtocol.json index c825ac7..4079b58 100644 --- a/py_order_utils/abi/LimitOrderProtocol.json +++ b/py_order_utils/abi/LimitOrderProtocol.json @@ -1664,4 +1664,4 @@ "stateMutability": "view", "type": "function" } -] \ No newline at end of file +] diff --git a/setup.py b/setup.py index 7f3d42f..764f607 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="py_order_utils", - version="0.0.17", + version="0.0.18", author="Jonathan Amenechi", author_email="jonathanamenechi@gmail.com", description="Python utilities used to generate and sign limit and market orders on Polymarket's CLOB",