diff --git a/safe_hashes.sh b/safe_hashes.sh index f194208..5a394a1 100755 --- a/safe_hashes.sh +++ b/safe_hashes.sh @@ -528,13 +528,12 @@ calculate_safe_hashes() { validate_address "$address" # Get the API URL and chain ID for the specified network. - # local api_url=$(get_api_url "$network")$ local api_url="https://safe-client.safe.global/v1/chains" local chain_id=$(get_chain_id "$network") local endpoint="${api_url}/${chain_id}/safes/${address}/multisig-transactions/raw?nonce=${nonce}" # Get the Safe multisig version. - local version="1.3.0" # -> set here your version! + local version="1.3.0" # Set your Safe version here before running! # Calculate the domain and message hashes for off-chain messages. if [[ -n "$message_file" ]]; then