Skip to content

Commit

Permalink
chore: remove dummy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnberat committed Sep 28, 2024
1 parent 8f8f8c5 commit af0ebd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bt_auto_dumper/_v2/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ def dump_and_upload(
Example:
dump_and_upload("computehorde", "mainnet", "http://localhost:8000", "Test")
"""
subnets = {
"computehorde": ["echo 'Mainnet Command 1'", "echo 'Mainnet Command 2'"],
"omron": ["echo 'Mainnet Command 1'", "echo 'Mainnet Command 2'"],
}

commands = request_commands_to_server(subnet_identifier, subnet_realm, wallet, autovalidator_address)

Expand Down

0 comments on commit af0ebd9

Please sign in to comment.