Skip to content

config: add canonical Metani network metadata - #1

Open
itanidreams-dev wants to merge 2 commits into
masterfrom
codex/metani-network-sync
Open

config: add canonical Metani network metadata#1
itanidreams-dev wants to merge 2 commits into
masterfrom
codex/metani-network-sync

Conversation

@itanidreams-dev

Copy link
Copy Markdown
Owner

Adds metani-network.config.json so the eth-chains fork can validate iTani metadata against canonical RPC/explorer/token values.

No upstream submission is triggered by this PR.

- Chain: iTani Network Chain (ITN)
- Chain ID: 1229800785
- RPC: https://relay.itaninetworkchain.com/jsonrpc (always-on relay)
- RPC: https://node.itaninetworkchain.com/jsonrpc (primary)
- Explorer: https://relay.itaninetworkchain.com
- Symbol: ITANI, Decimals: 18
- Icon: IPFS QmRimdaXFRKk9tpyWFSk4RYV49GURkhjjc37czz1w3fyAE

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fa36b89389

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1 @@
{"version":1,"updatedAt":"2026-05-04","mainnet":{"chainId":1229800785,"chainIdHex":"0x494d4551","chainName":"iTani Network Chain","nativeCurrency":{"name":"ITANI","symbol":"ITANI","legacySymbols":["ITN"],"decimals":18},"rpcUrls":["https://relay.itaninetworkchain.com/jsonrpc","https://node.itaninetworkchain.com/jsonrpc"],"restUrls":["https://relay.itaninetworkchain.com","https://node.itaninetworkchain.com"],"blockExplorerUrls":["https://explorer.itaninetworkchain.com","https://node.itaninetworkchain.com/explorer"],"status":"production-candidate"},"testnet":{"chainId":1229800785,"chainIdHex":"0x494d4551","chainName":"iTani Network Chain Testnet","nativeCurrency":{"name":"ITANI","symbol":"ITANI","legacySymbols":["ITN"],"decimals":18},"rpcUrls":["https://testnet.itaninetworkchain.com/jsonrpc"],"restUrls":["https://testnet.itaninetworkchain.com"],"blockExplorerUrls":["https://testnet.itaninetworkchain.com/explorer"],"status":"testnet"},"deprecatedEndpoints":["https://itani-network-chain-kirdnwz4rq-uc.a.run.app/jsonrpc","https://itani-network-chain-1009642477948.us-central1.run.app"]}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Assign a unique chainId for the testnet

Using the same chainId/chainIdHex for both mainnet and testnet makes these environments indistinguishable to EVM wallets and signing logic, so a client configured from this metadata cannot reliably treat testnet as a separate network and may expose users to cross-environment replay/confusion issues. If this is intended to describe two distinct networks, the testnet entry needs its own chain ID.

Useful? React with 👍 / 👎.

itanidreams-dev pushed a commit that referenced this pull request Jul 2, 2026
Add DiamondzChain as an L2 on Arbitrum One with:
- Chain ID: 7791
- Native currency: SDM (Diamondz Shadow Game and Movies)
- RPC: https://rpc-mainnet.diamondz.baby
- Explorer: https://diamondz.tryethernal.com

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: ligi <ligi@ligi.de>
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