Skip to content

Commit

Permalink
fix: swaps status
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Dec 11, 2023
1 parent 890edc8 commit 0a82d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export type BaseWebhookEndpointResponse = {
};

export type SwapInfoResponse = {
available: boolean;
service_fee_percentage: number;
network_fee: number;
sats_per_vbyte: number;
Expand Down

0 comments on commit 0a82d80

Please sign in to comment.