Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions metani-network.config.json
Original file line number Diff line number Diff line change
@@ -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 unique chainId for testnet metadata

The testnet block reuses the exact same chainId/chainIdHex as mainnet (1229800785 / 0x494d4551), which makes the two environments indistinguishable for any consumer keyed by chain ID. In practice, sync/import logic or wallet network management will either overwrite one entry with the other or be unable to add both networks, so testnet routing can silently point to mainnet settings (or vice versa).

Useful? React with 👍 / 👎.