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( 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(