Skip to content

Commit 15c4544

Browse files
address review comments
1 parent b0b4e9b commit 15c4544

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

skills/metamask-agent-wallet/references/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ mm config get env
163163

164164
## `config set` Command
165165

166-
Persist a CLI configuration value in `~/.metamask/config.json`. Does not require authentication. If the user is logged in, they must log out first with `mm logout` before changing the config.
166+
Persist a CLI configuration value in `~/.metamask/config.json`. Does not require authentication.
167167

168168
### Syntax
169169

skills/metamask-agent-wallet/workflows/predict-funding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ mm wallet balance --chain 137
2525

2626
### Has POL and pUSD on Polygon
2727

28-
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed.
28+
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. The `--token` flag requires the pUSD contract address (not the symbol). Get it from `mm wallet balance --chain 137` output.
2929

3030
```bash
31-
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token pUSD --wait
31+
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token <PUSD_CONTRACT_ADDRESS> --wait
3232
```
3333

3434
Get the deposit wallet address from the `mm predict status` output.

skills/metamask-agent-workflows/workflows/predict-funding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ mm wallet balance --chain 137
2525

2626
### Has POL and pUSD on Polygon
2727

28-
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed.
28+
Use `mm transfer` to send pUSD directly to the deposit wallet address. No conversion needed. The `--token` flag requires the pUSD contract address (not the symbol). Get it from `mm wallet balance --chain 137` output.
2929

3030
```bash
31-
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token pUSD --wait
31+
mm transfer --to <DEPOSIT_WALLET_ADDRESS> --amount <AMOUNT> --chain-id 137 --token <PUSD_CONTRACT_ADDRESS> --wait
3232
```
3333

3434
Get the deposit wallet address from the `mm predict status` output.

0 commit comments

Comments
 (0)