Skip to content

Commit

Permalink
Fix swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 14, 2024
1 parent 44674e8 commit bbffd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/swap/liquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface SwapLiquidInterface {
}

// Create an instance of the SDK for Liquid swaps
const breezSwapLiquid = new BreezSDK();
const breezSwapLiquid = new BreezSwapLiquid();

// Initialize the SDK instance
breezSwapLiquid.init({
Expand Down

0 comments on commit bbffd8e

Please sign in to comment.