diff --git a/prediction_market_agent/agents/microchain_agent/deploy_nft_agents.py b/prediction_market_agent/agents/microchain_agent/deploy_nft_agents.py index 1a2b9c3a..b3fa1809 100644 --- a/prediction_market_agent/agents/microchain_agent/deploy_nft_agents.py +++ b/prediction_market_agent/agents/microchain_agent/deploy_nft_agents.py @@ -40,7 +40,7 @@ def get_url(cls) -> str: return cls.name.lower().replace(" ", "-") def load(self) -> None: - if MicrochainAgentKeys().bet_from_private_key != self.wallet_address: + if MicrochainAgentKeys().bet_from_address != self.wallet_address: raise RuntimeError( f"Agent {self.identifier} deployed with a wrong private key." )