Skip to content

Add v1 supported assets matrix#173

Merged
ihsraham merged 3 commits into
masterfrom
feat/add-v1-supported-assets
Jun 2, 2026
Merged

Add v1 supported assets matrix#173
ihsraham merged 3 commits into
masterfrom
feat/add-v1-supported-assets

Conversation

@ihsraham
Copy link
Copy Markdown
Collaborator

@ihsraham ihsraham commented Jun 2, 2026

Summary

  • Adds a dated v1 supported assets matrix to Supported Chains & Assets.
  • Lists the current production and sandbox Nitronode endpoints, node addresses, and node version returned by live RPC.
  • Adds production and sandbox token address tables for the assets returned by node.v1.get_assets.
  • Replaces old v1 sandbox placeholders and fake Nitronode hosts with the live sandbox endpoint: wss://nitronode-sandbox.yellow.org/v1/ws.
  • Adds production endpoint context where builders choose an environment: wss://nitronode.yellow.org/v1/ws.
  • Adds Builder Toolkit links/callouts from Learn and Build setup pages for the consolidated examples, Playground, faucet, MCP, and SDK entry points.

Source

Queried on June 2, 2026 using live v1 RPC:

  • wss://nitronode.yellow.org/v1/ws: node.v1.get_config, node.v1.get_assets
  • wss://nitronode-sandbox.yellow.org/v1/ws: node.v1.get_config, node.v1.get_assets

The 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.md
  • git diff --check
  • npm run build

Summary by CodeRabbit

Documentation

  • Updated the Supported Chains & Assets documentation page with improved descriptions, keyword optimization, and current endpoint information to enhance searchability and provide better user reference.
  • Added comprehensive reference tables detailing node details, supported assets with decimal specifications, token address mappings, and WebSocket endpoints available for both production and sandbox environments.

@ihsraham ihsraham requested a review from dpatsora as a code owner June 2, 2026 07:30
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Review Change Stack

Warning

Review limit reached

@ihsraham, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0dbc962e-d6ed-4a51-a824-2ecbfe8198e6

📥 Commits

Reviewing files that changed from the base of the PR and between 2b0022d and 6c5b9e1.

📒 Files selected for processing (16)
  • docs/nitrolite/build/getting-started/prerequisites.mdx
  • docs/nitrolite/build/getting-started/quickstart.mdx
  • docs/nitrolite/build/sdk/cerebro.mdx
  • docs/nitrolite/build/sdk/go/getting-started.mdx
  • docs/nitrolite/build/sdk/multi-party-app-sessions.mdx
  • docs/nitrolite/build/sdk/typescript-compat/event-poller.mdx
  • docs/nitrolite/build/sdk/typescript-compat/migration-onchain.mdx
  • docs/nitrolite/build/sdk/typescript-compat/migration-overview.mdx
  • docs/nitrolite/build/sdk/typescript-compat/overview.mdx
  • docs/nitrolite/build/sdk/typescript/configuration.mdx
  • docs/nitrolite/build/sdk/typescript/examples.mdx
  • docs/nitrolite/build/sdk/typescript/getting-started.mdx
  • docs/nitrolite/learn/index.mdx
  • docs/nitrolite/learn/introduction/supported-chains.mdx
  • examples/nitrolite-v1-lifecycle/.env.example
  • examples/nitrolite-v1-lifecycle/README.md
📝 Walkthrough

Walkthrough

Documentation 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.

Changes

Supported Chains Documentation Update

Layer / File(s) Summary
Frontmatter metadata update
docs/nitrolite/learn/introduction/supported-chains.mdx
Page description and keywords updated to generalize wording; specific network names removed from keywords.
Public endpoints and asset reference tables
docs/nitrolite/learn/introduction/supported-chains.mdx
New "Current Public Endpoints" sections added with dated snapshot tables (June 2, 2026) showing v1 WebSocket endpoints, node addresses/versions, asset decimals by environment, and token address mappings for production and sandbox, with notes clarifying native-asset sentinel token addresses.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A snapshot frozen on a June afternoon,
New tables bloom with tokens bright and soon,
Endpoints and assets in rows aligned,
Reference tables, one developer's find.
No code was changed, just docs refined!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add v1 supported assets matrix' is directly related to the main change: adding a dated v1 supported assets matrix with endpoint, node, and token information to the documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-v1-supported-assets

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between f8dc671 and 2b0022d.

📒 Files selected for processing (1)
  • docs/nitrolite/learn/introduction/supported-chains.mdx

Comment thread docs/nitrolite/learn/introduction/supported-chains.mdx
@ihsraham ihsraham added this pull request to the merge queue Jun 2, 2026
Merged via the queue into master with commit 5dc2e08 Jun 2, 2026
10 checks passed
@ihsraham ihsraham deleted the feat/add-v1-supported-assets branch June 2, 2026 14:03
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.

1 participant