Note payable value support in the README - #37
Conversation
Live Interaction has sent ETH with payable calls since #34; the feature list still described read/write only.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟡 Changes recommended
The new README text omits the crucial 0x-prefix parsing convention for wei, which could cause users to mis-enter and send unintended amounts.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the README feature list to reflect that Live Interaction supports payable writes with a non-zero ETH value, aligning documentation with the functionality introduced in #34.
Changes:
- Expand the Live Interaction feature description to mention a Value field for payable functions.
File summaries
| File | Description |
|---|---|
| README.md | Documents payable-call value entry support in Live Interaction. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| Two operating modes: | ||
|
|
||
| - **Live Interaction** -- Connect a wallet via RainbowKit, then read and write contract functions on any EVM chain directly from the browser. | ||
| - **Live Interaction** -- Connect a wallet via RainbowKit, then read and write contract functions on any EVM chain directly from the browser. Payable functions take a Value field, as decimal ETH or hex wei. |
Live Interaction sends ETH with payable calls since #34. The README's feature list still described read/write only.