Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 18, 2025
1 parent 26f0bbb commit 40f5109
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 40f5109

Please sign in to comment.