-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update blockscout url validation in github flow #1547
Conversation
@@ -363,8 +365,8 @@ 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 URL: {blockscout_client_url}") | |||
print(f"Etherscan Client URL: {etherscan_client_url}") | |||
print(f"Blockscout Client V1 URL: {blockscout_client_url}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is V2 right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, in the issue we ask for V1. For V2, you don't need to indicate a specific URL for each chain. Already indicated in the field description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, but it is blockscout not etherscan.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated here
Closes Update new addresses github flow #1540
Updated the validation of the Blockscout url.
Etherscan V1 urls are maintained as long as it is not deprecated.
Other minor improvements.