Skip to content

Commit

Permalink
devop: add test accounts back
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Dec 30, 2023
1 parent 62c6605 commit 1a9f338
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 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,16 @@ class PublicKeyRing {
walletType: WalletType.mnemonic,
isHardware: false,
};
// allKeys["ltc1qccf4af6j3xm9v3r6ujt7dlmvazywzq82hnuwgx"] = {
// address: "ltc1qccf4af6j3xm9v3r6ujt7dlmvazywzq82hnuwgx",
// basePath: "m/49'/2'/0'/1",
// name: "fake ltc account #4",
// pathIndex: 0,
// publicKey: "0x0",
// signerType: SignerType.secp256k1btc,
// walletType: WalletType.mnemonic,
// isHardware: false,
// };
allKeys["ltc1qccf4af6j3xm9v3r6ujt7dlmvazywzq82hnuwgx"] = {
address: "ltc1qccf4af6j3xm9v3r6ujt7dlmvazywzq82hnuwgx",
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

1 comment on commit 1a9f338

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.