Skip to content

Commit f686e70

Browse files
committed
feat(sdk-core): add on-prem subType to wallet generate types
TICKET: WP-5376
1 parent 7e65207 commit f686e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/baseCoin/iBaseCoin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export interface SupplementGenerateWalletOptions {
204204
disableKRSEmail?: boolean;
205205
multisigType?: 'tss' | 'onchain' | 'blsdkg';
206206
type: 'hot' | 'cold' | 'custodial';
207-
subType?: 'lightningCustody' | 'lightningSelfCustody';
207+
subType?: 'lightningCustody' | 'lightningSelfCustody' | 'onPrem';
208208
coinSpecific?: { [coinName: string]: unknown };
209209
}
210210

0 commit comments

Comments
 (0)