Skip to content

Conversation

@nidhi-singh02
Copy link
Contributor

@nidhi-singh02 nidhi-singh02 commented Sep 1, 2025

Summary

Moved batchDeployReceivers.ts to contract-manager

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@nidhi-singh02 nidhi-singh02 self-assigned this Sep 1, 2025
@vercel
Copy link

vercel bot commented Sep 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
api-reference Ready Ready Preview Comment Sep 1, 2025 0:11am
6 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
component-library Skipped Skipped Sep 1, 2025 0:11am
developer-hub Skipped Skipped Sep 1, 2025 0:11am
entropy-explorer Skipped Skipped Sep 1, 2025 0:11am
insights Skipped Skipped Sep 1, 2025 0:11am
proposals Skipped Skipped Sep 1, 2025 0:11am
staking Skipped Skipped Sep 1, 2025 0:11am

@vercel vercel bot temporarily deployed to Preview – staking September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – insights September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals September 1, 2025 11:46 Inactive
@vercel vercel bot temporarily deployed to Preview – staking September 1, 2025 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals September 1, 2025 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub September 1, 2025 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 1, 2025 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – insights September 1, 2025 12:09 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library September 1, 2025 12:09 Inactive
@nidhi-singh02 nidhi-singh02 marked this pull request as ready for review September 1, 2025 12:14
Comment on lines +48 to +54
async function memoize(
key: string,
fn: () => Promise<string>,
): Promise<string> {
const cacheDir = "../../target_chains/ethereum/contracts/cache";
const path = `${cacheDir}/${key}.json`;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to fix the formating issue.

Comment on lines +68 to +73
const setupInfo = await import(argv["contract"] + "/ReceiverSetup.json");
const implementationInfo = await import(
argv["contract"] + "/ReceiverImplementation.json"
);
const receiverInfo = await import(
argv["contract"] + "/WormholeReceiver.json"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formating fix

@nidhi-singh02 nidhi-singh02 merged commit b7ed7fb into main Sep 1, 2025
11 checks passed
@nidhi-singh02 nidhi-singh02 deleted the move-deploy-receiver branch September 1, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants