Skip to content

Commit

Permalink
Update deployment/registry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
  • Loading branch information
KPrasch and derekpierre authored Oct 3, 2023
1 parent d128083 commit 8b6be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_name(


def _get_entry(
contract_instance: ContractInstance, registry_names: Dict[ContractInstance, ContractName]
contract_instance: ContractInstance, registry_names: Dict[ContractName, ContractName]
) -> ContractEntry:
contract_abi = _get_abi(contract_instance)
contract_name = _get_name(contract_instance=contract_instance, registry_names=registry_names)
Expand Down

0 comments on commit 8b6be30

Please sign in to comment.