Skip to content

Conversation

@0xfourzerofour
Copy link
Collaborator

@0xfourzerofour 0xfourzerofour commented Sep 26, 2025

Pull Request Checklist


PR-Codex overview

This PR introduces a new blockchain configuration for Gensyn Mainnet in the project, enhancing the account-kit infrastructure with additional chain definitions and RPC URLs.

Detailed summary

  • Added a new chain definition for gensynMainnet in account-kit/infra/src/chains.ts.
  • Defined properties for gensynMainnet, including id, name, nativeCurrency, rpcUrls, and blockExplorers.
  • Updated account-kit/infra/src/exports/index.ts to include gensynMainnet.

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

@vercel
Copy link

vercel bot commented Sep 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
aa-sdk-ui-demo Ready Ready Preview Comment Sep 26, 2025 6:58pm

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 26, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions
Copy link

github-actions bot commented Sep 26, 2025

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Sep 26, 2025, 6:51 PM

@github-actions github-actions bot temporarily deployed to docs-preview September 26, 2025 18:50 Inactive
export const gensynMainnet: Chain = defineChain({
id: 685689,
name: "Gensyn Mainnet",
nativeCurrency: { name: "eth", symbol: "eth", decimals: 18 },
Copy link
Contributor

Choose a reason for hiding this comment

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

The native currency configuration appears non-standard. Typically, the name field should contain the full currency name (e.g., "Ether" or "Gensyn") and the symbol field should use uppercase letters (e.g., "ETH" or "GEN"). Please verify these values against the official Gensyn network specifications to ensure they accurately represent the network's native currency.

Suggested change
nativeCurrency: { name: "eth", symbol: "eth", decimals: 18 },
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant