From 31d5ec46f14505993c6250d6ed5306e2796bcc80 Mon Sep 17 00:00:00 2001 From: Grayson Ho Date: Thu, 14 May 2026 23:16:55 +0100 Subject: [PATCH] fix(zerion-uniswap-x402): use canonical 5-arg zerion bridge signature The bridge signature regressed to the 3-arg form, but the CLI only accepts the 5-arg form ` `. 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) --- skills/zerion-uniswap-x402/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/zerion-uniswap-x402/SKILL.md b/skills/zerion-uniswap-x402/SKILL.md index 9a8c493..20b2520 100644 --- a/skills/zerion-uniswap-x402/SKILL.md +++ b/skills/zerion-uniswap-x402/SKILL.md @@ -19,7 +19,7 @@ license: MIT **Zerion CLI (shell):** - `zerion positions
` — check token balances by chain -- `zerion bridge --to-address
--cheapest` — optionally pre-position capital to the signing wallet +- `zerion bridge --to-address
--cheapest` — optionally pre-position capital to the signing wallet - `zerion portfolio
` — verify balance before paying ## Requirements @@ -71,7 +71,7 @@ Two paths — choose one: **Path A — Pre-bridge with Zerion CLI:** ```bash -zerion bridge USDC base 50 --to-address $WALLET --cheapest +zerion bridge ethereum USDC 50 base USDC --to-address $WALLET --cheapest ``` Funds land in the signing wallet on the target chain. Use `--cheapest` to minimise bridge fees. @@ -110,4 +110,4 @@ Future changes on either side should be tested against this eval case. ## Related Skills -- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context \ No newline at end of file +- **zerion-uniswap-lp** — plan Uniswap LP positions using Zerion CLI portfolio context