Skip to content

Commit

Permalink
chore: update scripts (#22)
Browse files Browse the repository at this point in the history
* chore: update scripts

* fix: remove deployer
  • Loading branch information
Schlagonia authored Oct 20, 2023
1 parent 38fa04a commit 024bc18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 024bc18

Please sign in to comment.