We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f7582 commit 65712c9Copy full SHA for 65712c9
sdk/route/src/tracking.ts
@@ -69,6 +69,7 @@ export async function trackAxelar<
69
state: TransferState.Failed,
70
error: new routes.RelayFailedError(
71
`Axelar error: ${axelarStatus.error.message}`,
72
+ // @ts-ignore
73
{
74
url: getAxelarExplorerUrl(network, txid),
75
name: "Axelarscan",
0 commit comments