Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Oct 31, 2024
1 parent 570f564 commit f455e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def deploy_original_and_factory():
# Get the hexadecimal representation of the hash
hex_hash = hash_object.hexdigest()
# Convert the hexadecimal hash to an integer
salt = 0 #int(hex_hash, 16)
salt = 0 # int(hex_hash, 16)

print(f"Salt we are using {salt}")
print("Init balance:", deployer.balance / 1e18)
Expand Down

0 comments on commit f455e17

Please sign in to comment.