Skip to content

Commit d35db4b

Browse files
committed
Fix
1 parent aee26ba commit d35db4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/swap/liquid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface SwapLiquidInterface {
77
}
88

99
// Create an instance of the SDK for Liquid swaps
10-
const breezSwapLiquid = new BreezSwapLiquid();
10+
const breezSwapLiquid = new RefundableSwap();
1111

1212
// Initialize the SDK instance
1313
breezSwapLiquid.init({

0 commit comments

Comments
 (0)