Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Fixed typo in task name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Sep 27, 2023
1 parent 9f4d03a commit 9c6f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy/deploySideChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ task("deploy:SideChain", "Will deploy complete side-chain infrastructure")
yes: true,
});

await hre.run("manage:registrar:setVaultOperatorStats", {
await hre.run("manage:registrar:setVaultOperatorStatus", {
operator: addresses.router.proxy,
approved: true,
apTeamSignerPkey: taskArgs.apTeamSignerPkey,
Expand Down

0 comments on commit 9c6f8ec

Please sign in to comment.