Skip to content

Commit d19f7d2

Browse files
committed
feat: re-enable signing test
1 parent 49c9570 commit d19f7d2

File tree

1 file changed

+1
-2
lines changed
  • packages/hardhat-core/test/internal/core/providers

1 file changed

+1
-2
lines changed

packages/hardhat-core/test/internal/core/providers/accounts.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ describe("Local accounts provider", () => {
308308
validateRawEIP2930Transaction(expectedRaw, tx);
309309
});
310310

311-
// TODO: enable this test once prague is supported
312-
it.skip("should send EIP-7702 transactions", async () => {
311+
it("should send EIP-7702 transactions", async () => {
313312
const tx = {
314313
from: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
315314
to: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",

0 commit comments

Comments
 (0)