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 tiktrixTestnet chain #2871

Closed
wants to merge 2 commits into from

Conversation

realwater
Copy link
Contributor

@realwater realwater commented Oct 16, 2024

This PR introduces the TikTrix 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 a new entry for tiktrixTestnet in src/chains/index.ts.
  • Created tiktrixTestnet definition in src/chains/definitions/tiktrixTestnet.ts with:
    • ID: 62092
    • Native currency: tTTX (18 decimals)
    • RPC URL: https://tiktrix-rpc.xyz
    • Block explorer: TikTrixScan
    • Marked as a testnet.

PR-Codex overview

This PR introduces the tiktrixTestnet chain to the project, enhancing the chain definitions by adding a new testnet with specific properties.

Detailed summary

  • Added a new chain tiktrixTestnet in src/chains/definitions/tiktrixTestnet.ts.
  • Defined chain properties including:
    • id: 62092
    • name: 'TikTrix Network Testnet'
    • nativeCurrency: 'TikTrix Token' with symbol 'tTTX' and 18 decimals
    • rpcUrls: HTTP endpoint set to 'https://tiktrix-rpc.xyz'
    • blockExplorers: Default explorer named 'TikTrixScan' with URL 'https://tiktrix.xyz'
    • Marked as a testnet in the configuration.
  • Exported tiktrixTestnet in src/chains/index.ts.

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

Copy link

changeset-bot bot commented Oct 16, 2024

🦋 Changeset detected

Latest commit: 17f2adb

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

@realwater 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 16, 2024

Please reopen the PR when chain exists here: https://github.com/ethereum-lists/chains

@jxom jxom closed this Oct 16, 2024
@realwater
Copy link
Contributor Author

Please reopen the PR when chain exists here: https://github.com/ethereum-lists/chains

Okay, I'll go ahead and request PR again.

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