Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(entropy) deploy on abstract #2056

Merged
merged 5 commits into from
Oct 25, 2024
Merged

Conversation

aditya520
Copy link
Member

@aditya520 aditya520 commented Oct 23, 2024

  • Deployed Pricefeed on Cronos Zk EVM Testnet
  • Deployed Entropy on Abstract

Copy link

vercel bot commented Oct 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 2:26pm
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 2:26pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2024 2:26pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
proposals ⬜️ Ignored (Inspect) Visit Preview Oct 25, 2024 2:26pm

Copy link
Collaborator

@m30m m30m left a comment

Choose a reason for hiding this comment

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

thanks, I think you can add a few lines at the end of each script to write the new contracts on the contract manager.
Something like this:

    console.log("Saving the contract in the store...");
    const contract = new EvmEntropyContract(chain, entropyAddr);
    DefaultStore.entropy_contracts[contract.getId()] = contract;
    DefaultStore.saveAllContracts();

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.

2 participants