Skip to content

Commit 182add9

Browse files
committed
Merge branch 'feat/gasless-deposits' of https://github.com/threshold-network/tbtc-v2 into feat/gasless-deposits
2 parents 989d8d8 + dbc35f5 commit 182add9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/src/services/deposits/deposits-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export class DepositsService {
402402
async initiateGaslessDeposit(
403403
bitcoinRecoveryAddress: string,
404404
depositOwner: string,
405-
destinationChainName: string
405+
destinationChainName: GaslessDestination
406406
): Promise<GaslessDepositResult> {
407407
// Validate that the chain supports gasless deposits
408408
if (!this.SUPPORTED_GASLESS_CHAINS.includes(destinationChainName as any)) {

0 commit comments

Comments
 (0)