fix(zerion-uniswap-x402): use canonical 5-arg zerion bridge signature#75
Merged
Conversation
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>
This was referenced May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zerion bridge <from-chain> <from-token> <amount> <to-chain> <to-token>signature inzerion-uniswap-x402(regressed to 3-arg form, which CLI rejects withmissing_args)zerion-uniswap-lpDiff
zerion bridge <from-chain> <from-token> <amount> <to-chain> <to-token> --to-address <address> --cheapestzerion bridge ethereum USDC 50 base USDC --to-address \$WALLET --cheapestTest plan
zerion bridge ethereum USDC 50 base USDC --to-address \$WALLET --cheapestagainst a funded wallet — completes withoutmissing_argstail -c 1 skills/zerion-uniswap-x402/SKILL.md | xxdshows0a)zerion-uniswap-lp/SKILL.md— signatures match🤖 Generated with Claude Code