From 0d932a48dbce4e6434db3518526dd201a9006836 Mon Sep 17 00:00:00 2001 From: evangriffiths Date: Thu, 3 Oct 2024 13:46:29 +0100 Subject: [PATCH] Fix from missed review comment --- .../agents/replicate_to_omen_agent/omen_replicate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prediction_market_agent/agents/replicate_to_omen_agent/omen_replicate.py b/prediction_market_agent/agents/replicate_to_omen_agent/omen_replicate.py index e76a180..ce03930 100644 --- a/prediction_market_agent/agents/replicate_to_omen_agent/omen_replicate.py +++ b/prediction_market_agent/agents/replicate_to_omen_agent/omen_replicate.py @@ -171,7 +171,7 @@ def omen_replicate_from_tx( auto_deposit=auto_deposit, collateral_token_address=sDaiContract().address, ) - market_address = ChecksumAddress( + market_address = ( created_market.market_event.fixed_product_market_maker_checksummed ) created_addresses.append(market_address)