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 @@ -216,7 +216,7 @@ export interface SupplementGenerateWalletOptions {
216216 rootPrivateKey ?: string ;
217217 disableKRSEmail ?: boolean ;
218218 multisigType ?: 'tss' | 'onchain' | 'blsdkg' ;
219- type : 'hot' | 'cold' | 'custodial' ;
219+ type : 'hot' | 'cold' | 'custodial' | 'advanced' ;
220220 subType ?: 'lightningCustody' | 'lightningSelfCustody' | 'onPrem' ;
221221 coinSpecific ?: { [ coinName : string ] : unknown } ;
222222 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