Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intent/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion intent/native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down