Skip to content

Commit

Permalink
deploy services using new proxymanager deployment function
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Sep 2, 2024
1 parent 9314efd commit 113deee
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 131 deletions.
2 changes: 2 additions & 0 deletions scripts/libs/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export async function deployProxyManagerContract(
const proxyAddress = await proxyManager.getProxy();
const proxy = UpgradableProxyWithAdmin__factory.connect(proxyAddress, signer);
const serviceImplAddress = await getImplementationAddress(ethers.provider, proxyAddress);

logger.debug("-------- preparing verification data for implementation and proxy --------");

// verify service implementation
await prepareVerificationData(
Expand Down
3 changes: 0 additions & 3 deletions scripts/libs/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ export async function deployAndInitializeRegistry(owner: Signer, libraries: Libr
],
undefined);

throw Error("intermediate stop");


logger.info(`Dip deployed at ${dipAddress}`);
logger.info(`RegistryAuthorization deployed at ${registryAuthorizationAddress}`);
logger.info(`RegistryAdmin deployeqd at ${registryAdmin}`);
Expand Down
Loading

0 comments on commit 113deee

Please sign in to comment.