Skip to content

Commit 9d30112

Browse files
committed
feat(sdk-core): add onprem to wallet subtype
Ticket: WP-4711 TICKET: WP-4711
1 parent 0d00cbf commit 9d30112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ export interface CrossChainUTXO {
711711
}
712712

713713
export type WalletType = 'backing' | 'cold' | 'custodial' | 'custodialPaired' | 'hot' | 'trading';
714-
export type SubWalletType = 'distributedCustody' | 'lightningCustody' | 'lightningSelfCustody';
714+
export type SubWalletType = 'distributedCustody' | 'lightningCustody' | 'lightningSelfCustody' | 'onPrem';
715715

716716
export interface WalletData {
717717
id: string;

0 commit comments

Comments
 (0)