diff --git a/prediction_market_agent_tooling/markets/omen/omen_contracts.py b/prediction_market_agent_tooling/markets/omen/omen_contracts.py index b074a719..fd870b95 100644 --- a/prediction_market_agent_tooling/markets/omen/omen_contracts.py +++ b/prediction_market_agent_tooling/markets/omen/omen_contracts.py @@ -627,7 +627,7 @@ class OmenThumbnailMapping(ContractOnGnosisChain): ) ) address: ChecksumAddress = Web3.to_checksum_address( - "0x5D8B7B619EcdE05B8A94C0a0E99E0A0727A0e2e7" + "0xe0cf08311F03850497B0ed6A2cf067f1750C3eFc" ) def get( diff --git a/pyproject.toml b/pyproject.toml index 9813b040..2308676e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prediction-market-agent-tooling" -version = "0.39.3" +version = "0.39.4" description = "Tools to benchmark, deploy and monitor prediction market agents." authors = ["Gnosis"] readme = "README.md"