Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token value is sent with 0 in multi-routing transaction confirmation #20895

Closed
VolodLytvynenko opened this issue Jul 26, 2024 · 1 comment · Fixed by #20901
Closed

Token value is sent with 0 in multi-routing transaction confirmation #20895

VolodLytvynenko opened this issue Jul 26, 2024 · 1 comment · Fixed by #20901
Assignees
Milestone

Comments

@VolodLytvynenko
Copy link
Contributor

VolodLytvynenko commented Jul 26, 2024

Steps to Reproduce:

  1. Restore a user with available assets on at least 3 networks.
  2. Build the multi-route.
  3. Confirm the transaction.

Actual Result:

Only one transaction is sent with the correct value, visible in etherscan.
Other networks send transactions with 0 value, leading to users paying fees for empty transactions.

multirout.mp4

Example: After confirming a multi-route transaction:

  • L1 1.9 USDC -> is sent successfully. etherscan
  • L2 ARB 2.2 USDC -> is sent with 0 value. etherscan
  • L2 OPT 1.2 USDC -> is sent with 0 value. etherscan

Expected Result:

All transactions should be sent with the correct value across all networks involved in the multi-route. OR we should disable multi routing transactions

Logs:

Status-debug-logs.zip

ENV:

Nightly 27 Jul

@churik
Copy link
Member

churik commented Jul 26, 2024

follow-up on #20631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants