Skip to content

Commit

Permalink
Fix log trace
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Feb 6, 2025
1 parent b1b076d commit 1b49d6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ def validate_issue_inputs() -> None:
print("Inputs to validate:")
print(f"Chain ID: {chain_id_input}")
print(f"RPC URL: {rpc_url}")
print(f"Blockscout Client V1 URL: {blockscout_client_url}")
print(f"Blockscout Client URL: {blockscout_client_url}")
print(f"Etherscan Client V1 URL: {etherscan_client_url}")
print(f"Etherscan Client API URL: {etherscan_client_api_url}")
print(f"Etherscan Client V1 API URL: {etherscan_client_api_url}")
print(f"Version: {version}")
print(f"Address (Master copy): {address_master_copy}")
print(f"Deployment Tx hash (Master copy): {tx_hash_master_copy}")
Expand Down

0 comments on commit 1b49d6b

Please sign in to comment.