Skip to content
New issue

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

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

Already on GitHub? # to your account

MayanRouteSHUTTLE.track throws error for Polygon -> Error: Unknown Mayan chain #23

Open
emreboga opened this issue Feb 10, 2025 · 0 comments

Comments

@emreboga
Copy link

When passed the below receipt object to track of Mayan Shuttle route:

{
    "from": "Polygon",
    "to": "Solana",
    "state": 1,
    "originTxs": [
        {
            "chain": "Polygon",
            "txid": "0x2263627ec84768a79f5015f999a2755dd1cd015c91f846e01450742234b21624"
        }
    ]
}

We receive this error:

Error tracking transfer: Error: Unknown Mayan chain 1
    at fromMayanChainName (utils.ts:81:9)
    at txStatusToReceipt (utils.ts:338:14)
    at MayanRouteSHUTTLE.track (index.ts:483:21)
    at async track (useTrackTransfer.ts:75:28)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant