Skip to content

Commit

Permalink
chore: cleanup public keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKelly1 committed Aug 12, 2024
1 parent 52ba5d5 commit 90b311a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/extension/src/libs/keyring/public-keyring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ class PublicKeyRing {
walletType: WalletType.mnemonic,
isHardware: false,
};
allKeys["0x4eb92ac9bae0d94ff5cbe17bbf7efccb9e303020"] = {
address: "0x4eb92ac9bae0d94ff5cbe17bbf7efccb9e303020",
basePath: "//",
name: "fake forma account #5",
pathIndex: 0,
publicKey: "0x0",
signerType: SignerType.secp256k1,
walletType: WalletType.mnemonic,
isHardware: false,
};
allKeys[
"bc1puzz9tmxawd7zdd7klfgtywrgpma3u22fz5ecxhucd4j8tygqe5ms2vdd9y"
] = {
Expand Down

0 comments on commit 90b311a

Please sign in to comment.