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 heco chain #3003

Closed
wants to merge 3 commits into from
Closed

feat: add heco chain #3003

wants to merge 3 commits into from

Conversation

pk-850
Copy link
Contributor

@pk-850 pk-850 commented Nov 13, 2024

I have updated the outdated explorer link. Thanks


PR-Codex overview

This PR introduces support for the Heco chain in the codebase, including its export and definition, alongside the addition of relevant RPC URLs and block explorer details.

Detailed summary

  • Added heco export in src/chains/index.ts.
  • Created heco definition in src/chains/definitions/heco.ts with:
    • ID: 128
    • Name: 'Huobi ECO Chain Mainnet'
    • Native currency: HT
    • RPC URLs for HTTP and WebSocket
    • Block explorer details for Heco Scan
    • Marked as not a testnet.

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

Copy link

vercel bot commented Nov 13, 2024

@pk-850 is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

changeset-bot bot commented Nov 13, 2024

🦋 Changeset detected

Latest commit: 701694c

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

@pk-850 pk-850 changed the title Add heco feat: add heco chain Nov 13, 2024
@pk-850
Copy link
Contributor Author

pk-850 commented Nov 13, 2024

I have updated the outdated explorer link. Thanks

blockExplorers: {
default: {
name: 'Heco Scan',
url: 'https://hecoscan.io',
Copy link
Member

Choose a reason for hiding this comment

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

Seems to not load for me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

Hmm, it's a bit strange. I can load it normally here. I'll close this PR first and find out where the problem is.

@pk-850 pk-850 closed this Nov 14, 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