Skip to content

Commit

Permalink
Update image mapping contract address (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Jun 28, 2024
1 parent 85d4cd0 commit d6f3d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ class OmenThumbnailMapping(ContractOnGnosisChain):
)
)
address: ChecksumAddress = Web3.to_checksum_address(
"0x5D8B7B619EcdE05B8A94C0a0E99E0A0727A0e2e7"
"0xe0cf08311F03850497B0ed6A2cf067f1750C3eFc"
)

def get(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d6f3d87

Please sign in to comment.