Skip to content

Commit

Permalink
Update address used for root TACoApplication proxy
Browse files Browse the repository at this point in the history
Co-authored-by: KPrasch <[email protected]>
  • Loading branch information
derekpierre and KPrasch authored Jan 4, 2024
1 parent 3578d0d commit 2ee84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lynx/upgrade_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():

deployer = Deployer.from_yaml(filepath=CONSTRUCTOR_PARAMS_FILEPATH, verify=VERIFY)

taco_app_proxy_address = "0x31F0a0B94C829Ba6d902c98CAF8d8462C6c63241"
taco_app_proxy_address = "0x329bc9Df0e45f360583374726ccaFF003264a136"
new_taco_app_implementation = deployer.upgrade(project.TACoApplication, taco_app_proxy_address)

deployments = [
Expand Down

0 comments on commit 2ee84a4

Please sign in to comment.