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

fix: deployment command #295

Merged
merged 2 commits into from
Oct 18, 2024
Merged

fix: deployment command #295

merged 2 commits into from
Oct 18, 2024

Conversation

MohamadSafi
Copy link
Contributor

This pull request addresses an issue with the deployment command in the "Building on World Chain" section under "Deploy on World Chain." The original command was incorrect, resulting in an error when trying to deploy a smart contract using Foundry's forge create. This update fixes the command by specifying the contract in the <path>:<contractname> format.

Changes Made:

  • Updated the deployment command to:
forge create src/HelloWorldChain.sol:HelloWorldChain --rpc-url https://worldchain-sepolia.g.alchemy.com/public --private-key 0xcc1b30a6af68ea9a9917f1dda20c927704c5cdb2bbe0076901a8a0e40bf997c5
  • Added a brief explanation about the required format for specifying the contract source.

Related Issue:
This PR fixes #294

Copy link

vercel bot commented Oct 18, 2024

@MohamadSafi is attempting to deploy a commit to the Worldcoin Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@andy-t-wang andy-t-wang left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link

vercel bot commented Oct 18, 2024

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

Name Status Preview Comments Updated (UTC)
world-id-docs ❌ Failed (Inspect) Oct 18, 2024 9:52pm

@andy-t-wang andy-t-wang merged commit 69d21f3 into worldcoin:main Oct 18, 2024
4 of 5 checks passed
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.

Update deployment command in "Deploy on World Chain" section
2 participants