Skip to content

Commit

Permalink
Update merge_registries to use main method.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 26, 2023
1 parent e060df3 commit 77eb119
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/lynx/merge_registries.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

output_registry = ARTIFACTS_DIR / "lynx-alpha-13-merged-registry.json"

merge_registries(
registry_1_filepath=lynx_child_deployment_registry,
registry_2_filepath=lynx_registry_w_subscription_manager,
output_filepath=output_registry,
deprecated_contracts=["StakeInfo"],
)

def main():
merge_registries(
registry_1_filepath=lynx_child_deployment_registry,
registry_2_filepath=lynx_registry_w_subscription_manager,
output_filepath=output_registry,
deprecated_contracts=["StakeInfo"],
)

0 comments on commit 77eb119

Please sign in to comment.