We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e65a1 commit 49b38b3Copy full SHA for 49b38b3
payment-delegation-db-relayer/nodejs/test/generateWrappedKey.spec.ts
@@ -16,15 +16,10 @@ import {
16
LitPKPResource,
17
} from "@lit-protocol/auth-helpers";
18
19
-const ETHEREUM_PRIVATE_KEY = getEnv("ETHEREUM_PRIVATE_KEY");
20
const LIT_RELAYER_API_KEY = getEnv("LIT_RELAYER_API_KEY");
21
22
describe("Generate a Wrapped Key using a payee PKP", () => {
23
const payeeEthersSigner = ethers.Wallet.createRandom();
24
- const ethersSigner = new ethers.Wallet(
25
- ETHEREUM_PRIVATE_KEY,
26
- new ethers.providers.JsonRpcProvider(LIT_RPC.CHRONICLE_YELLOWSTONE)
27
- );
28
29
it("should generate a Wrapped Key", async () => {
30
let litNodeClient: LitNodeClient;
0 commit comments