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

[QA] Transaction is shown as failed but funds were withdrawn when sending USDC from Ethereum to Polygon via Mayan Shuttle route #3286

Open
tsadovska opened this issue Feb 18, 2025 · 0 comments
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement mayan p2 Low priority issue

Comments

@tsadovska
Copy link
Collaborator

tsadovska commented Feb 18, 2025

Describe the current behavior in detail

Checked on deploy-preview-3247.

Steps:

  1. Send 102 USDC from Ethereum (MetaMask) to Polygon (MetaMask)
  2. Select "Mayan Shuttle" route
  3. Click on "Review transaction" button
  4. Click on "Confirm transaction" button

Actual result: Transaction is shown as failed. However, amount is withdrawn. Link to Etherscan to view transaction details.

Errors in Console:

Wormhole Connect: error completing transfer Error: could not coalesce error (error={ "code": -32603, "message": "Transaction does not have a transaction hash, there was a problem" }, payload={ "id": 23, "jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [ { "chainId": "0x1", "data": "0xe4269fc4000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cbe9186a89db78714785765055e09dd6166e0833000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000e443fc7da00000000000000000000000009631288f4050f7cfbf77b77f8540decf6cfc7012000000000000000000000000000000000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002a01000000029fe067b480c602000000000000d0d6a19801000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "from": "0x9631288f4050f7cfbf77b77f8540decf6cfc7012", "gas": "0x4b904", "to": "0x0654874eb7f59c6f5b39931fc45dc45337c967c3", "value": "0x0" } ] }, code=UNKNOWN_ERROR, version=6.13.5)
    at makeError (/assets/main-B8au2nge.js:289:68379)
    at Ri.getRpcError (/assets/main-B8au2nge.js:290:214433)
    at Ri.getRpcError (/assets/evm-BBAkef5S.js:2:1681)
    at /assets/main-B8au2nge.js:290:216735
Error: execution reverted: "ERC20: transfer amount exceeds balance" (action="estimateGas", data="0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002645524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63650000000000000000000000000000000000000000000000000000", reason="ERC20: transfer amount exceeds balance", transaction={ "data": "0xe4269fc4000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cbe9186a89db78714785765055e09dd6166e0833000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000e443fc7da00000000000000000000000009631288f4050f7cfbf77b77f8540decf6cfc7012000000000000000000000000000000000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000002a01000000029fe067b4820002000000000000d0d6a19801000000000000000000000000000614658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "from": "0x9631288F4050F7CFbf77B77f8540DeCF6cfC7012", "to": "0x0654874eb7F59C6f5b39931FC45dC45337c967c3" }, invocation=null, revert={ "args": [ "ERC20: transfer amount exceeds balance" ], "name": "Error", "signature": "Error(string)" }, code=CALL_EXCEPTION, version=6.13.5)
    at makeError (/assets/main-B8au2nge.js:289:68379)
    at getBuiltinCallException (/assets/main-B8au2nge.js:290:107916)
    at Q1.getBuiltinCallException (/assets/main-B8au2nge.js:290:108882)
    at Ri.getRpcError (/assets/main-B8au2nge.js:290:212800)
    at Ri.getRpcError (/assets/evm-BBAkef5S.js:2:1681)
    at /assets/main-B8au2nge.js:290:216735

Expected result: Transaction has started successfully.

Attachments

Image

Screen.Recording.2025-02-18.at.13.35.35.mov

Notes

Issue occurred only once. Asset was received, link to Polygonscan.

@tsadovska tsadovska added connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue mayan p2 Low priority issue and removed p1 Important issue labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement mayan p2 Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant