Skip to content

Conversation

@yedeyu
Copy link

@yedeyu yedeyu commented Dec 1, 2025

With sETH.SEPOLIA in this command:

ZRC20_ETHEREUM_ETH=$(zetachain q tokens show --symbol sETH.SEPOLIA -f zrc20) && echo $ZRC20_ETHEREUM_ETH

It will encounter the following error:

Token with symbol 'sETH.SEPOLIA' not found

Summary by CodeRabbit

  • Documentation
    • Updated tutorial examples to reflect current token symbol conventions for Sepolia testnet queries.

✏️ Tip: You can customize this high-level summary in your review settings.

@yedeyu yedeyu requested review from a team as code owners December 1, 2025 07:53
@vercel
Copy link

vercel bot commented Dec 1, 2025

@yedeyu is attempting to deploy a commit to the Zeta Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 1, 2025

📝 Walkthrough

Walkthrough

A shell command example in the swap tutorial documentation was updated to reference a different token symbol. The query for the ZRC-20 address of ETH on Sepolia now uses ETH.ETHSEP instead of sETH.SEPOLIA. No functional changes to the tutorial logic or implementation.

Changes

Cohort / File(s) Summary
Documentation update
src/pages/developers/tutorials/swap.mdx
Updated shell command example: token symbol changed from sETH.SEPOLIA to ETH.ETHSEP in ZRC-20 address query

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Recommended focus: Verify that the updated token symbol ETH.ETHSEP is the correct and current identifier for ETH on Sepolia to ensure documentation accuracy.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the specific fix being implemented—correcting the token symbol from 'sETH.SEPOLIA' to 'ETH.ETHSEP' in the tutorial documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between b2b6791 and 91de13c.

📒 Files selected for processing (1)
  • src/pages/developers/tutorials/swap.mdx (1 hunks)
🔇 Additional comments (1)
src/pages/developers/tutorials/swap.mdx (1)

301-301: Approve documentation fix for token symbol correction.

The shell command has been updated to use the correct token symbol ETH.ETHSEP instead of the non-functional sETH.SEPOLIA. This directly resolves the CLI error described in the PR objective.

To ensure completeness: verify that no other references to sETH.SEPOLIA exist in the repository documentation that require similar updates.


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.

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