Commit bb3c946
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
0 commit comments