File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/sdk-core/src/bitgo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export interface SupplementGenerateWalletOptions {
219219 rootPrivateKey ?: string ;
220220 disableKRSEmail ?: boolean ;
221221 multisigType ?: 'tss' | 'onchain' | 'blsdkg' ;
222- type : 'hot' | 'cold' | 'custodial' ;
222+ type : 'hot' | 'cold' | 'custodial' | 'advanced' ;
223223 subType ?: 'lightningCustody' | 'lightningSelfCustody' | 'onPrem' ;
224224 coinSpecific ?: { [ coinName : string ] : unknown } ;
225225 evmKeyRingReferenceWalletId ?: string ;
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ export interface CrossChainUTXO {
737737 toAddress : string ;
738738}
739739
740- export type WalletType = 'backing' | 'cold' | 'custodial' | 'custodialPaired' | 'hot' | 'trading' ;
740+ export type WalletType = 'backing' | 'cold' | 'custodial' | 'custodialPaired' | 'hot' | 'trading' | 'advanced' ;
741741export type SubWalletType = 'distributedCustody' | 'lightningCustody' | 'lightningSelfCustody' | 'onPrem' ;
742742
743743export interface WalletData {
You can’t perform that action at this time.
0 commit comments