From d42c0d9ded018ee587d57c80a05cee2f40b3bc93 Mon Sep 17 00:00:00 2001 From: Timidan Date: Tue, 8 Sep 2026 13:50:31 +0100 Subject: [PATCH] Note payable value support in the README Live Interaction has sent ETH with payable calls since #34; the feature list still described read/write only. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143f31e..71ce0dc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Look up function selectors (4-byte) and event topics by name or hex signature. M 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. - **Simulation (EDB)** -- Build transactions and simulate them through the local EDB engine. Get full REVM replay with execution traces, state changes, event logs, and gas analysis without spending gas or requiring a wallet. ### Source Tools