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(target_chains/ethereum): add new networks #2138

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

ali-bahjati
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Nov 20, 2024

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

Name Status Preview Comments Updated (UTC)
api-reference 🛑 Canceled (Inspect) Nov 20, 2024 9:21pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 9:21pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 9:21pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Nov 20, 2024 9:21pm
insights ⬜️ Ignored (Inspect) Visit Preview Nov 20, 2024 9:21pm

@@ -96,6 +96,9 @@ export const RECEIVER_CHAINS = {
fuel_mainnet: 60067, // Note: Currently deployed at 50084 (fuel_testnet) but we should use 60067 for future deployments
hemi_mainnet: 60068,
ton_mainnet: 60069,
horse_dream: 60070,
mathematician_in_heart: 60071,

Copy link
Member

Choose a reason for hiding this comment

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

Was this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes!

@@ -90,7 +90,8 @@ export default async function (hre: HardhatRuntimeEnvironment) {
console.log("Entropy contract address:", entropyContractAddress);

console.log("Saving the contract in the store...");
const contract = new EvmEntropyContract(chainName, entropyContractAddress);
const chain = DefaultStore.chains[chainName];
const contract = new EvmEntropyContract(chain, entropyContractAddress);
Copy link
Member

Choose a reason for hiding this comment

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

Thank you for adding this. I think we should add wormhole contracts as well to the store.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was too lazy to do it this time. I'll do it next time 😅

@ali-bahjati ali-bahjati merged commit b805816 into main Nov 21, 2024
10 checks passed
@ali-bahjati ali-bahjati deleted the chore/add-more-chains branch November 21, 2024 09:42
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