Skip to content

Commit b1176c9

Browse files
committed
fix: add missing account types for bitcoin
1 parent a7dc993 commit b1176c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/util/test/accountsControllerTestUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ function getAccountTypeScopes(accountType: KeyringAccountType): CaipChainId[] {
5151

5252
// Bitcoin account types
5353
[BtcAccountType.P2wpkh]: [BtcScope.Mainnet],
54+
[BtcAccountType.P2pkh]: [BtcScope.Mainnet],
55+
[BtcAccountType.P2sh]: [BtcScope.Mainnet],
56+
[BtcAccountType.P2tr]: [BtcScope.Mainnet],
5457

5558
// Solana account types
5659
[SolAccountType.DataAccount]: [SolScope.Mainnet],

0 commit comments

Comments
 (0)