From 440644b1e865690b6c6acb81860612300696a7e9 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:48:30 +0300 Subject: [PATCH 1/2] Update native.ts --- intent/native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intent/native.ts b/intent/native.ts index 4c3f612..46214a8 100644 --- a/intent/native.ts +++ b/intent/native.ts @@ -133,7 +133,7 @@ async function main() { ], gasToken: 'NATIVE' // Explicitly use native tokens (ETH) for gas payment }); - console.log(`succesfully send cab tx, intentId: ${result.outputUiHash.uiHash}`); + console.log(`successfully send cab tx, intentId: ${result.outputUiHash.uiHash}`); // wait for the intent to be opened on the input chains await Promise.all( From a548008a71f30406a654f8d0d7ada5e5602f547b Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:48:58 +0300 Subject: [PATCH 2/2] Update main.ts --- intent/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intent/main.ts b/intent/main.ts index ea4d5df..5a772e3 100644 --- a/intent/main.ts +++ b/intent/main.ts @@ -132,7 +132,7 @@ async function main() { }, ], }); - console.log(`succesfully send cab tx, intentId: ${result.outputUiHash.uiHash}`); + console.log(`successfully send cab tx, intentId: ${result.outputUiHash.uiHash}`); // wait for the intent to be opened on the input chains await Promise.all(