Skip to content

Commit 04a805f

Browse files
authored
Merge pull request #7001 from BitGo/COIN-5193
feat(sdk-core): Added evm keyring params in wallet interface
2 parents 53b755e + 1e41b26 commit 04a805f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,9 @@ export interface WalletData {
776776
nfts?: { [contractAddressOrToken: string]: NftBalance };
777777
unsupportedNfts?: { [contractAddress: string]: NftBalance };
778778
users?: WalletUser[];
779+
evmKeyRingReferenceWalletId?: string;
780+
isParent?: boolean;
781+
enabledChildChains?: string[];
779782
}
780783

781784
export interface RecoverTokenOptions {

0 commit comments

Comments
 (0)