Skip to content

Correct the Value field help text - #35

Merged
Timidan merged 1 commit into
masterfrom
fix/value-help-text
Sep 8, 2026
Merged

Correct the Value field help text#35
Timidan merged 1 commit into
masterfrom
fix/value-help-text

Conversation

@Timidan

@Timidan Timidan commented Sep 8, 2026

Copy link
Copy Markdown
Owner

The hint said "in wei or decimal ETH", but the parser treats any non-0x input as decimal ETH — a plain-integer wei amount was silently read as ETH. The hint now states the real convention (same as live payable calls since #34): decimal ETH, or 0x-prefixed hex wei.

The hint said wei or decimal ETH, but the parser treats any non-0x input
as decimal ETH — plain-integer wei was silently read as ETH. State the
actual convention: decimal ETH, or 0x-prefixed hex wei.
Copilot AI lite review requested due to automatic review settings September 8, 2026 01:44
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
web3-toolkit Ready Ready Preview Sep 8, 2026 1:45am UTC

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T01:46:10.841699Z 936fb94 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Timidan
Timidan merged commit b280ecb into master Sep 8, 2026
2 of 3 checks passed
@Timidan
Timidan deleted the fix/value-help-text branch September 8, 2026 01:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is a straightforward UI text correction that aligns the hint with the existing parsing convention and introduces no behavioral or API risk.

Pull request overview

Updates the UI guidance for the transaction “Value” input so it matches the actual parsing/behavior used for payable calls (decimal ETH unless 0x-prefixed, which is treated as hex wei), avoiding user confusion and accidental overpayment.

Changes:

  • Corrected the Value field hint text to reflect the real input convention: decimal ETH (e.g., 0.1) or 0x-prefixed hex wei.
  • Aligns Simulation Overrides help text with the already-used wording for live payable value entry.
File summaries
File Description
src/components/SimulationOverridesPanel.tsx Updates the Value field help text to accurately describe accepted formats (decimal ETH vs 0x hex wei).
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants