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

Add Yooldo verse mainnet and testnet chains #2172

Merged
merged 4 commits into from
Apr 24, 2024
Merged

Add Yooldo verse mainnet and testnet chains #2172

merged 4 commits into from
Apr 24, 2024

Conversation

aiiiden
Copy link
Contributor

@aiiiden aiiiden commented Apr 23, 2024

The focus of this PR is to add support for two new chains.

Detailed summary

  • Added chain definition : Yooldo verse mainnet & testnet

Reference


PR-Codex overview

This PR adds support for Yooldo Verse chain on both mainnet and testnet settings.

Detailed summary

  • Added yooldoVerse and yooldoVerseTestnet chains
  • Defined chain properties for Yooldo Verse and Yooldo Verse Testnet
  • Updated chains/index.ts to export new chains

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

Copy link

changeset-bot bot commented Apr 23, 2024

🦋 Changeset detected

Latest commit: c1d0501

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

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

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 Apr 23, 2024

@aiiiden is attempting to deploy a commit to the wevm Team on Vercel.

A member of the Team first needs to authorize it.

@aiiiden aiiiden changed the title Add yooldo verse mainnet and testnet chains Add Yooldo verse mainnet and testnet chains Apr 23, 2024
export const yooldoVerse = /*#__PURE__*/ defineChain({
id: 50_005,
name: 'Yooldo Verse',
network: 'yooldoVerse',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
network: 'yooldoVerse',

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed with 883800e

export const yooldoVerseTestnet = /*#__PURE__*/ defineChain({
id: 50_006,
name: 'Yooldo Verse Testnet',
network: 'yooldoVerseTestnet',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
network: 'yooldoVerseTestnet',

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed with 883800e

Copy link
Member

@jxom jxom left a comment

Choose a reason for hiding this comment

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

Please add a changeset: bun run changeset

@aiiiden
Copy link
Contributor Author

aiiiden commented Apr 24, 2024

Please add a changeset: bun run changeset

Added! c1d0501
Please check 👍

@aiiiden aiiiden requested a review from jxom April 24, 2024 08:17
@jxom jxom merged commit 892f028 into wevm:main Apr 24, 2024
2 of 3 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.

None yet

2 participants