Add v1 supported assets matrix#173
Conversation
|
Warning Review limit reached
More reviews will be available in 30 minutes and 4 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
📝 WalkthroughWalkthroughDocumentation page for Nitrolite's Supported Chains & Assets updated with revised frontmatter metadata and new reference tables providing a dated snapshot of v1 public WebSocket endpoints, node information, asset availability, and token address mappings across production and sandbox environments. ChangesSupported Chains Documentation Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/nitrolite/learn/introduction/supported-chains.mdx`:
- Around line 67-107: The asset matrix entries for `usdt`, `xrp`, and `yusd`
conflict with the per-chain decimals in the "Production Token Addresses" and
"Sandbox Token Addresses" tables; update the asset matrix rows (the lines for
`usdt`, `xrp`, `yusd` in the Asset symbol table) to match the exact per-chain
decimals shown in the token tables or replace the phrase "unified decimals" with
a clear definition and per-chain caveat; ensure the Asset symbol table (headers:
"Asset symbol | Sandbox Nitronode | Production Nitronode") aligns with the Token
decimals rows for each chain (e.g., BSC `56` usdt=18, XRPL EVM `1440000` xrp=18,
yusd per-chain decimals for Linea Sepolia `59141`, Polygon Amoy `80002`, XRPL
EVM Testnet `1449000`) so the matrix and the address tables are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 186d10d7-acec-4911-a9f6-7ad86d2a20fb
📒 Files selected for processing (1)
docs/nitrolite/learn/introduction/supported-chains.mdx
Summary
Supported Chains & Assets.node.v1.get_assets.wss://nitronode-sandbox.yellow.org/v1/ws.wss://nitronode.yellow.org/v1/ws.Source
Queried on June 2, 2026 using live v1 RPC:
wss://nitronode.yellow.org/v1/ws:node.v1.get_config,node.v1.get_assetswss://nitronode-sandbox.yellow.org/v1/ws:node.v1.get_config,node.v1.get_assetsThe page still tells builders to treat runtime discovery as the source of truth for application code.
Validation
rg -n "<sandbox-url-coming-soon>|Sandbox URL - coming soon|canonical host is pinned|nitronode\\.example\\.com|public sandbox URL|current sandbox or test endpoint|TODO: Replace with the canonical sandbox URL" . -g '*.md' -g '*.mdx' -g '*.ts' -g '*.tsx' -g '*.json' -g '*.example'vale --minAlertLevel=error docs/nitrolite/build/getting-started/quickstart.mdx docs/nitrolite/build/getting-started/prerequisites.mdx docs/nitrolite/build/sdk/typescript/getting-started.mdx docs/nitrolite/build/sdk/typescript/configuration.mdx docs/nitrolite/build/sdk/typescript/examples.mdx docs/nitrolite/build/sdk/go/getting-started.mdx docs/nitrolite/build/sdk/multi-party-app-sessions.mdx docs/nitrolite/build/sdk/typescript-compat/overview.mdx docs/nitrolite/build/sdk/typescript-compat/migration-overview.mdx docs/nitrolite/build/sdk/typescript-compat/migration-onchain.mdx docs/nitrolite/build/sdk/typescript-compat/event-poller.mdx docs/nitrolite/build/sdk/cerebro.mdx docs/nitrolite/learn/index.mdx docs/nitrolite/learn/introduction/supported-chains.mdx examples/nitrolite-v1-lifecycle/README.mdgit diff --checknpm run buildSummary by CodeRabbit
Documentation