Skip to content

Commit 60f6855

Browse files
Merge pull request #6285 from BitGo/WP-4711-add-onprem-wallet-subtype
feat(sdk-core): add onprem to wallet subtype
2 parents 9e95e71 + 9d30112 commit 60f6855

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)