Add iTani Network Chain to ethereum-lists/chains (eip155-1229800785)#8115
Open
itanidreams-dev wants to merge 8 commits intoethereum-lists:masterfrom
Open
Add iTani Network Chain to ethereum-lists/chains (eip155-1229800785)#8115itanidreams-dev wants to merge 8 commits intoethereum-lists:masterfrom
itanidreams-dev wants to merge 8 commits intoethereum-lists:masterfrom
Conversation
|
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. |
Replace deprecated Cloud Run URLs with production domain: - https://itani-network-chain-kirdnwz4rq-uc.a.run.app -> https://node.itaninetworkchain.com - https://itani-mainnet-1009642477948.us-central1.run.app -> https://node.itaninetworkchain.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonChain 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