Skip to content
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

chore: update scripts #22

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/deploy_address_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def deploy_address_provider():
"0x8D85e7c9A4e369E53Acc8d5426aE1568198b0112"
)

salt_string = "v3.0.0"
salt_string = "address provider"

# Create a SHA-256 hash object
hash_object = hashlib.sha256()
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def deploy_release_and_factory():
"0x8D85e7c9A4e369E53Acc8d5426aE1568198b0112"
)

salt_string = "v3.0.1"
salt_string = "registry"

# Create a SHA-256 hash object
hash_object = hashlib.sha256()
Expand All @@ -34,7 +34,7 @@ def deploy_release_and_factory():

print(f"Salt we are using {salt}")
print("Init balance:", deployer.balance / 1e18)
release_address = "0x5a6E1eCC767d949D6da74e76b05DBB4870488ef6"
release_address = "0x990089173D5d5287c344092Be0bB37950A67d17B"

if input("Do you want to deploy a new Release Registry? ") == "y":

Expand Down