Skip to content

Commit

Permalink
change param name
Browse files Browse the repository at this point in the history
  • Loading branch information
sumxu96 committed Oct 1, 2024
1 parent 3f0f610 commit d6d2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/offramp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type OffRampAggregatorAppParams = {
quoteId: string;
defaultAsset: string;
defaultNetwork?: string;
defaultDepositMethod: string; // "CRYPTO_ACCOUNT" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
defaultCashoutMethod: string; // "CRYPTO_ACCOUNT" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
presetFiatAmount: number;
fiatCurrency: string;
};
Expand Down

0 comments on commit d6d2eee

Please sign in to comment.