Skip to content

Commit

Permalink
fix(typescript-sdk): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jan 24, 2025
1 parent 2bca710 commit 4bfdb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript-sdk/src/query/offchain/ucs03-channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const getQuoteToken = async (

// HACK: to check evm vs cosmos we check if te destination chain id is a number
if (!isPositiveInteger(channel.destination_chain_id)) {
// we donn't support sending new assets to cosmos chains yet.
// we do not support sending new assets to cosmos chains yet.
return ok({ type: "NO_QUOTE_AVAILABLE" })
}

Expand Down

0 comments on commit 4bfdb29

Please sign in to comment.