Skip to content

Commit

Permalink
Update upgrade child script for tapir.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Apr 9, 2024
1 parent e85e461 commit 4179ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tapir/upgrade_child.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

def main():
"""
This script upgrades TACoChildApplication and Coordinator on Tapir/Mumbai.
This script upgrades TACoChildApplication and Coordinator on Tapir/Amoy.
"""

deployer = Deployer.from_yaml(filepath=CONSTRUCTOR_PARAMS_FILEPATH, verify=VERIFY)
instances = contracts_from_registry(filepath=ARTIFACTS_DIR / "tapir.json", chain_id=80001)
instances = contracts_from_registry(filepath=ARTIFACTS_DIR / "tapir.json", chain_id=80002)

child_application = deployer.upgrade(
project.TACoChildApplication,
Expand Down

0 comments on commit 4179ac2

Please sign in to comment.