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

Added ql1 chain #2859

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Added ql1 chain #2859

merged 4 commits into from
Oct 15, 2024

Conversation

RobotMasterxo
Copy link
Contributor

@RobotMasterxo RobotMasterxo commented Oct 14, 2024

PR-Codex overview

This PR introduces a new blockchain definition for Qom Mainnet by adding the loop export and its configuration in the codebase.
Detailed summary

Added a new export for ql1 in src/chains/index.ts.
Created ql1.ts in src/chains/definitions/ with:
    id: 766
    name: 'Qom Mainnet'
    nativeCurrency: { name: 'Qom', symbol: 'QOM', decimals: 18 }
    rpcUrls: { default: { http: ['https://rpc.qom.one'] } }
    blockExplorers: { default: { name: 'Qom Blockchain Explorer', url: 'https://scan.qom.one/' } }

PR-Codex overview

This PR introduces the ql1 chain to the project, enhancing the chain definitions with its unique properties and RPC URLs.

Detailed summary

  • Added a new chain ql1 in src/chains/definitions/ql1.ts.
  • Defined ql1 with properties including:
    • id: 766
    • name: 'QL1'
    • nativeCurrency: { decimals: 18, name: 'QOM', symbol: 'QOM' }
    • rpcUrls: Default HTTP URL set to 'https://rpc.qom.one'
    • blockExplorers: Default explorer named 'Ql1 Explorer' with URL 'https://scan.qom.one'
    • contracts: Multicall3 address specified
    • testnet: false
  • Updated src/chains/index.ts to export ql1.

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

Copy link

changeset-bot bot commented Oct 14, 2024

🦋 Changeset detected

Latest commit: f44f5ae

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 14, 2024

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

A member of the Team first needs to authorize it.

pnpm-lock.yaml Outdated
Copy link
Member

Choose a reason for hiding this comment

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

Please revert this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted.

@jxom jxom merged commit 5889209 into wevm:main Oct 15, 2024
14 of 29 checks passed
@github-actions github-actions bot mentioned this pull request Oct 15, 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