Skip to content

Commit

Permalink
chore: cleanup public keyring (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKelly1 committed Aug 12, 2024
1 parent 9a56c44 commit 3adf948
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/extension/src/libs/keyring/public-keyring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,6 @@ class PublicKeyRing {
walletType: WalletType.mnemonic,
isHardware: false,
};
allKeys[
"bc1puzz9tmxawd7zdd7klfgtywrgpma3u22fz5ecxhucd4j8tygqe5ms2vdd9y"
] = {
address:
"bc1puzz9tmxawd7zdd7klfgtywrgpma3u22fz5ecxhucd4j8tygqe5ms2vdd9y",
basePath: "m/49'/2'/0'/1",
name: "fake ltc account #4",
pathIndex: 0,
publicKey: "0x0",
signerType: SignerType.secp256k1btc,
walletType: WalletType.mnemonic,
isHardware: false,
};
}
return allKeys;
}
Expand Down

0 comments on commit 3adf948

Please sign in to comment.