Skip to content

Commit

Permalink
Update script description.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Jan 22, 2024
1 parent bc1e0cd commit 580b253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ritual_state_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def print_ritual_state(ritual_id, coordinator) -> RitualState:
default=None,
)
def cli(network, domain, ritual_id, realtime):
"""Verify deployed contracts from a registry file."""
"""Check/Monitor the state of a Ritual."""
registry_filepath = registry_filepath_from_domain(domain=domain)
contracts = contracts_from_registry(
registry_filepath, chain_id=networks.active_provider.chain_id
Expand Down

0 comments on commit 580b253

Please sign in to comment.