From f455e17ca6d65681ba3ed54fdaaa6a2738f102f5 Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Wed, 30 Oct 2024 20:53:39 -0600 Subject: [PATCH] chore: black --- scripts/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.py b/scripts/deploy.py index 9be52b86..8ed6edb1 100644 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -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)