Skip to content

Commit

Permalink
make more compatible with old unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed May 30, 2024
1 parent da0c2c5 commit bfa4f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions l1-contracts/scripts/register-hyperchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ async function main() {
}

await deployer.registerHyperchain(baseTokenAddress, cmd.validiumMode, null, gasPrice, useGovernance);
await deployer.transferAdminFromDeployerToGovernance();
});

await program.parseAsync(process.argv);
Expand Down
2 changes: 0 additions & 2 deletions l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,6 @@ export class Deployer {
console.log(`Validium mode set, gas used: ${receipt5.gasUsed.toString()}`);
}
}

await this.transferAdminFromDeployerToGovernance();
}

public async transferAdminFromDeployerToGovernance() {
Expand Down

0 comments on commit bfa4f4b

Please sign in to comment.