Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/SimulationOverridesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const SimulationOverridesPanel: React.FC<SimulationOverridesPanelProps> = ({
className="font-mono text-sm h-9"
/>
<p className="text-[10px] text-muted-foreground">
Amount of ETH to send with the transaction (in wei or decimal ETH).
Sent with the transaction. Decimal ETH (0.1) or hex wei (0x...).
</p>
</div>

Expand Down