Skip to content

Commit

Permalink
Unpin contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Oct 23, 2024
1 parent 374c1cc commit 4454f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 144 files
7 changes: 5 additions & 2 deletions infrastructure/zk/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type InitHyperchainOptions = {
baseTokenName?: string;
localLegacyBridgeTesting?: boolean;
deploymentMode: DeploymentMode;
allowEvmEmulator?: boolean
allowEvmEmulator?: boolean;
};
const initHyperchain = async ({
includePaymaster,
Expand All @@ -115,7 +115,10 @@ const initHyperchain = async ({
deploymentMode,
allowEvmEmulator
}: InitHyperchainOptions): Promise<void> => {
await announced('Registering Hyperchain', contract.registerHyperchain({ baseTokenName, deploymentMode, allowEvmEmulator}));
await announced(
'Registering Hyperchain',
contract.registerHyperchain({ baseTokenName, deploymentMode, allowEvmEmulator })
);
await announced('Reloading env', env.reload());
await announced('Running server genesis setup', server.genesisFromSources());
await announced(
Expand Down

0 comments on commit 4454f52

Please sign in to comment.