docs(kite): add Kite AI mainnet chain page and chains-list entry#1945
Open
docs(kite): add Kite AI mainnet chain page and chains-list entry#1945
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
tenshouuu
approved these changes
May 7, 2026
baomastr
approved these changes
May 7, 2026
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.
Summary
Add Kite AI as a new chain in the public RPC docs. Endpoint
https://rpc.ankr.com/kite_mainnetis already live for public access; method availability follows the same rules as Taiko (full standard JSON-RPC + premiumdebug_traceBlock*).Files changed
pages/rpc-service/chains/chains-api/kite.mdx— new per-chain reference page, modeled ontaiko.mdx. All curl/JS/TS/Python examples usehttps://rpc.ankr.com/kite_mainnet.net_versionandeth_chainIdexamples carry the actual Kite mainnet chain id (2366/0x93e).pages/rpc-service/chains/chains-api/_meta.json—"kite": "Kite AI"inserted alphabetically betweenkintoandkusama.pages/rpc-service/chains/chains-list.mdx— new## Kite AIsection after## Taiko(image, blurb, official quick links, applicable-methods pointer, code samples for shell/JS/TS/Python). Navigation table at the top of the page also gets aKite AIentry.Sources
2366(0x93e), currencyKITE, explorerkitescan.ai— from docs.gokite.ai/kite-chain/1-getting-started/network-information.Notes for reviewers
/docs/build/chains-list/kite.pngis referenced in both files but not added in this PR — design team to drop the PNG separately.chains-list.mdx~line 38) Kite AI is placed in the previously-empty cell rather than reshuffling the column-major grid. Easy to move if a different position is preferred.https://rpc.ankr.com/kite_mainnet/{your_token}consistent with the chain slug.Test plan
/rpc-service/chains/chains-api/kite/with all sections and code examples./rpc-service/chains/chains-list/#kite-airesolves from the navigation table.kite.png) handled before merge.🤖 Generated with Claude Code