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 Superseed Sepolia and Mainnet #3077

Closed
wants to merge 4 commits into from
Closed

Conversation

0xNikolas
Copy link

@0xNikolas 0xNikolas commented Nov 29, 2024

This PR introduces support for the Superseed Sepolia Testnet and Superseed Mainnet by adding their definitions and exporting them from the relevant files.

Detailed summary

  • Added a new entry for superseedSepolia in src/chains/index.ts.
  • Added a new entry for superseed in src/chains/index.ts.
  • Created superseedSepolia definition in src/chains/definitions/superseedSepolia.ts with:
    • ID: 53302
    • Name: 'Superseed Sepolia'
    • Native currency: Ether (ETH)
    • RPC URL: https://sepolia.superseed.xyz
    • Block explorer: 'Superseed Sepolia Explorer'
    • Multicall3 contract address
    • Marked as a testnet.
  • Created superseed definition in src/chains/definitions/superseed.ts with:
    • ID: 5330
    • Name: 'Superseed'
    • Native currency: Ether (ETH)
    • RPC URL: https://mainnet.superseed.xyz
    • Block explorer: 'Superseed Explorer'
    • Multicall3 contract address

PR-Codex overview

This PR introduces the Superseed blockchain configurations for both the mainnet and Sepolia testnet, enhancing the chain definitions in the project.

Detailed summary

  • Added superseed export in src/chains/index.ts.
  • Created superseed configuration in src/chains/definitions/superseed.ts for mainnet.
  • Created superseedSepolia configuration in src/chains/definitions/superseedSepolia.ts for Sepolia testnet.

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

0xNikolas and others added 4 commits November 29, 2024 15:39
Copy link

changeset-bot bot commented Nov 29, 2024

🦋 Changeset detected

Latest commit: 81ea789

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 Nov 29, 2024

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

A member of the Team first needs to authorize it.

...chainConfig.contracts,
disputeGameFactory: {
[sourceId]: {
address: '0x8b097CF1f9BbD9cbFD0DD561858a1FCbC8857Be0',
Copy link
Member

Choose a reason for hiding this comment

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

Can this address please be listed on Superseed's official docs or https://github.com/ethereum-optimism/superchain-registry/tree/main/superchain/configs/mainnet? Needs at least one credible reference.

@jxom
Copy link
Member

jxom commented Dec 2, 2024

Please review comment and then reopen the PR.

@jxom jxom closed this Dec 2, 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