Skip to content

Add iTani Network Chain to ethereum-lists/chains (eip155-1229800785)#8115

Open
itanidreams-dev wants to merge 8 commits intoethereum-lists:masterfrom
itanidreams-dev:master
Open

Add iTani Network Chain to ethereum-lists/chains (eip155-1229800785)#8115
itanidreams-dev wants to merge 8 commits intoethereum-lists:masterfrom
itanidreams-dev:master

Conversation

@itanidreams-dev
Copy link
Copy Markdown

@itanidreams-dev itanidreams-dev commented Mar 3, 2026

This pull request adds the iTani Network Chain to the chain registry.

Included in this PR:

✅ Mainnet configuration (eip155-1229800785.json)

✅ Testnet configuration (eip155-1229800786.json)

✅ Icon metadata file (_data/icons/itani.json)

✅ EIP-155 support

✅ EIP-3091 compatible block explorer

✅ Public RPC endpoints

Chain Details

Mainnet

Chain ID: 1229800785

Network ID: 1229800785

Native Currency: ITANI (18 decimals)

Explorer: iTani Explorer

Testnet

Chain ID: 1229800786

Network ID: 1229800786

Native Currency: ITANI (18 decimals)

Explorer: iTani Testnet Explorer

The icon is hosted on IPFS and complies with repository requirements.

All RPC endpoints are publicly accessible and fully functional.

Summary

Add iTani Network Chain metadata to ethereum-lists/chains.

Files Added/Modified

  • _data/chains/eip155-1229800785.json
  • _data/icons/itani.json

Chain Specification

{
  "name": "iTani Network Chain",
  "chain": "ITANI",
  "chainId": 1229800785,
  "shortName": "itani",
  "networkId": 1229800785,
  "nativeCurrency": {
    "name": "iTani",
    "symbol": "ITANI",
    "decimals": 18
  },
  "rpc": [
    "https://node.itani-network-chain.com/jsonrpc",
    "https://itani-mainnet-1009642477948.us-central1.run.app/jsonrpc"
  ],
  "explorers": [{
    "name": "iTani Explorer",
    "url": "https://node.itani-network-chain.com",
    "standard": "none"
  }]
}

Validation

  • JSON schema valid
  • Chain ID unique
  • RPC endpoints responding
  • Icon uploaded to IPFS

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2026

You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review.

@itanidreams-dev itanidreams-dev changed the title Add iTani Network Chain to ethereum-lists/chains Add iTani Network Chain to ethereum-lists/chains (eip155-1229800785) Mar 30, 2026
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