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

feat: add guruTestnet chain #2843

Merged
merged 4 commits into from
Oct 12, 2024
Merged

feat: add guruTestnet chain #2843

merged 4 commits into from
Oct 12, 2024

Conversation

Kharabet
Copy link
Contributor

@Kharabet Kharabet commented Oct 11, 2024

This PR introduces the Guru Network Testnet to the project, enhancing the chain definitions with its details and enabling its export for use in other parts of the application.

Before creating the pull request, please make sure you do the following:

  • Added guruTestnet export in src/chains/index.ts.
  • Created guruTestnet definition in src/chains/definitions/guruTestnet.ts with:
    • ID: 261
    • Native currency: tGURU (18 decimals)
    • RPC URLs for HTTP
    • Multicall3 contract details
    • Block explorer information (Guruscan)
    • Marked as a testnet.

PR-Codex overview

This PR introduces the guruTestnet chain to the project, allowing integration with the Guru Network Testnet.

Detailed summary

  • Added a new chain definition for guruTestnet in src/chains/definitions/guruTestnet.ts.
  • Defined properties for guruTestnet including id, name, nativeCurrency, rpcUrls, and blockExplorers.
  • Exported guruTestnet from src/chains/index.ts.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

changeset-bot bot commented Oct 11, 2024

🦋 Changeset detected

Latest commit: 269035b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
viem Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Oct 11, 2024

@Kharabet is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

@jxom
Copy link
Member

jxom commented Oct 12, 2024

Removed multicall contract as it is unverified. Please open another PR with the verified contract.

@jxom jxom merged commit 47c167b into wevm:main Oct 12, 2024
12 of 26 checks passed
@github-actions github-actions bot mentioned this pull request Oct 12, 2024
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