Skip to content

Commit

Permalink
Merge pull request #26 from Polymarket/chore/update-clob-contracts
Browse files Browse the repository at this point in the history
updating contracts
  • Loading branch information
poly-rodr authored Sep 9, 2022
2 parents 9aef919 + eb43a31 commit 65fe23c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions py_order_utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
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.22",
version="0.0.23",
author="Jonathan Amenechi",
author_email="[email protected]",
description="Python utilities used to generate and sign limit and market orders on Polymarket's CLOB",
Expand Down

0 comments on commit 65fe23c

Please sign in to comment.