Skip to content

Commit 49b38b3

Browse files
committed
Remove unused ENV
1 parent 22e65a1 commit 49b38b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

payment-delegation-db-relayer/nodejs/test/generateWrappedKey.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ import {
1616
LitPKPResource,
1717
} from "@lit-protocol/auth-helpers";
1818

19-
const ETHEREUM_PRIVATE_KEY = getEnv("ETHEREUM_PRIVATE_KEY");
2019
const LIT_RELAYER_API_KEY = getEnv("LIT_RELAYER_API_KEY");
2120

2221
describe("Generate a Wrapped Key using a payee PKP", () => {
2322
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-
);
2823

2924
it("should generate a Wrapped Key", async () => {
3025
let litNodeClient: LitNodeClient;

0 commit comments

Comments
 (0)