We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f3cbc commit 5c1969aCopy full SHA for 5c1969a
autonity/factory.py
@@ -239,7 +239,7 @@ def _config(w3: Web3) -> autonity.Config:
239
f"version {w3.client_version}"
240
)
241
242
- config = autonity.Autonity(w3, AUTONITY_CONTRACT_ADDRESS).config()
+ config = autonity.Autonity(w3, AUTONITY_CONTRACT_ADDRESS).get_config()
243
if config.contract_version != AUTONITY_CONTRACT_VERSION:
244
raise RuntimeError(
245
f"Contract version mismatch: autonity.py {__version__} supports "
0 commit comments