-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: multichain queries #6375
docs: multichain queries #6375
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6375 +/- ##
=======================================
Coverage 54.71% 54.71%
=======================================
Files 874 874
Lines 54617 54617
Branches 3717 3717
=======================================
Hits 29885 29885
Misses 24637 24637
Partials 95 95
|
bb83cbe
to
3c15111
Compare
Merge activity
|
[Portal] Feature: Add multichain queries documentation and examples ## Notes for the reviewer This PR introduces comprehensive documentation for multichain query functionality in Insight, including detailed examples, response formats, and best practices. ## How to test - Review the new multichain queries documentation page - Verify the code examples work with the described response formats - Check that the sidebar navigation correctly links to the new documentation - Confirm the authentication methods and chain ID formats are accurately described --- ## PR-Codex overview This PR enhances the `Insight` docs by documenting multichain queries. It updates various documentation files to reflect new features, examples, and response formats related to multichain functionality. ### Detailed summary - Added `Multichain Queries` section to the sidebar in `sidebar.tsx`. - Introduced examples for querying multiple chains in `page.mdx` files. - Updated chain ID handling examples in `agents-and-llms/page.mdx` and `llmstxt/page.mdx`. - Detailed multichain response structure added to documentation. - Explained authentication methods for multichain queries. - Provided best practices and use cases for multichain queries in `multichain-queries/page.mdx`. - Updated response format details for multichain queries, including metadata and data array structure. - Included examples for cross-chain portfolio tracking and activity monitoring. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces support for multichain queries in the `thirdweb Insight` API, enhancing the ability to retrieve data across multiple blockchain networks in a single API call. ### Detailed summary - Added a new entry for "Multichain Queries" in the `sidebar`. - Updated examples to illustrate querying multiple chains using query parameters. - Enhanced documentation for multichain queries with examples and best practices. - Modified response formats to include `chain_ids` and `limit_per_chain` for multichain queries. - Updated existing examples to reflect multichain capabilities. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e2ae1f1
to
c3ded8a
Compare
[Portal] Feature: Add multichain queries documentation and examples
Notes for the reviewer
This PR introduces comprehensive documentation for multichain query functionality in Insight, including detailed examples, response formats, and best practices.
How to test
PR-Codex overview
This PR enhances the
Insight
docs by documenting multichain queries. It updates various documentation files to reflect new features, examples, and response formats related to multichain functionality.Detailed summary
Multichain Queries
section to the sidebar insidebar.tsx
.page.mdx
files.agents-and-llms/page.mdx
andllmstxt/page.mdx
.multichain-queries/page.mdx
.PR-Codex overview
This PR introduces support for multichain queries in the
thirdweb Insight
API, allowing users to efficiently retrieve data across multiple blockchain networks in a single request. It enhances documentation and examples for querying events, transactions, and token balances across chains.Detailed summary
Multichain Queries
in thesidebar
.multichain-queries
documentation page.