We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 989d8d8 + dbc35f5 commit 182add9Copy full SHA for 182add9
typescript/src/services/deposits/deposits-service.ts
@@ -402,7 +402,7 @@ export class DepositsService {
402
async initiateGaslessDeposit(
403
bitcoinRecoveryAddress: string,
404
depositOwner: string,
405
- destinationChainName: string
+ destinationChainName: GaslessDestination
406
): Promise<GaslessDepositResult> {
407
// Validate that the chain supports gasless deposits
408
if (!this.SUPPORTED_GASLESS_CHAINS.includes(destinationChainName as any)) {
0 commit comments