Skip to content

Commit

Permalink
fix: formatting (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Jan 18, 2025
2 parents 26f0bbb + 40f5109 commit 3169023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript-sdk/src/cosmos/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface CosmosClientParameters {
export const createCosmosClient = (parameters: CosmosClientParameters) =>
createClient({ transport: fallback([]) }).extend(_ => ({
transferAsset: async ({
memo,
memo: _memo,
amount,
receiver,
denomAddress,
Expand Down Expand Up @@ -137,7 +137,7 @@ export const createCosmosClient = (parameters: CosmosClientParameters) =>
// return transfer
// }

return err(new Error("Unsupported network"))
// return err(new Error("Unsupported network"))
},
simulateTransaction: async ({
memo,
Expand Down

0 comments on commit 3169023

Please sign in to comment.