Skip to content
Merged
Show file tree
Hide file tree
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 agent-wallet/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx skills add MetaMask/agent-skills
When prompted, install `metamask-agent-wallet`.

Reinstall skills if you previously installed an older version.
The current skills target CLI v5.3.0.
The current skills target CLI v5.4.0.

## 3. Complete setup

Expand Down
5 changes: 3 additions & 2 deletions agent-wallet/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ mm config set <key> <value>
List recent transactions for the active wallet or specific addresses.
Each row includes chain name, chain ID, explorer link, and protocol when Accounts API metadata is
present. When a pending wallet job matches an indexed transaction hash, the local CLI intent is
preserved on that row.
preserved on that row. Pending jobs that never reached the chain are excluded;
use `mm wallet requests list` to see stranded or expired requests.

```bash
mm tx history [--addresses <addrs>] [--chain <chains>] [--type <filter>] [--limit <n>]
Expand All @@ -539,7 +540,7 @@ mm tx history [--addresses <addrs>] [--chain <chains>] [--type <filter>] [--limi
Look up a specific transaction by hash.

```bash
mm tx get <tx-hash>
mm tx get --hash <tx-hash>
```

Returns `TX_NOT_FOUND` for unknown hashes and `INVALID_TX_HASH` for malformed input.
Expand Down
Loading