Skip to content

Commit bb3c946

Browse files
graysonhycclaude
andauthored
fix(zerion-uniswap-x402): use canonical 5-arg zerion bridge signature (#75)
The bridge signature regressed to the 3-arg form, but the CLI only accepts the 5-arg form `<from-chain> <from-token> <amount> <to-chain> <to-token>`. Path A agentic runs hit missing_args and stop. Aligns with the form already used in zerion-uniswap-lp. Also adds missing trailing newline. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 54ccf67 commit bb3c946

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skills/zerion-uniswap-x402/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license: MIT
1919

2020
**Zerion CLI (shell):**
2121
- `zerion positions <address>` — check token balances by chain
22-
- `zerion bridge <token> <chain> <amount> --to-address <address> --cheapest` — optionally pre-position capital to the signing wallet
22+
- `zerion bridge <from-chain> <from-token> <amount> <to-chain> <to-token> --to-address <address> --cheapest` — optionally pre-position capital to the signing wallet
2323
- `zerion portfolio <address>` — verify balance before paying
2424

2525
## Requirements
@@ -71,7 +71,7 @@ Two paths — choose one:
7171

7272
**Path A — Pre-bridge with Zerion CLI:**
7373
```bash
74-
zerion bridge USDC base 50 --to-address $WALLET --cheapest
74+
zerion bridge ethereum USDC 50 base USDC --to-address $WALLET --cheapest
7575
```
7676
Funds land in the signing wallet on the target chain. Use `--cheapest` to minimise bridge fees.
7777

@@ -110,4 +110,4 @@ Future changes on either side should be tested against this eval case.
110110

111111
## Related Skills
112112

113-
- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context
113+
- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context

0 commit comments

Comments
 (0)