Skip to content

Commit 8320d53

Browse files
committed
Temporarily remove the block miner for clique-based networks from CI testing (ethers-io#1967).
1 parent c41b89a commit 8320d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tests/src.ts/test-providers.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const blockchainData: { [ network: string ]: TestCases } = {
216216
difficulty: 2,
217217
gasLimit: bnify("0x47e7c4"),
218218
gasUsed: bnify(0),
219-
miner: "0x0000000000000000000000000000000000000000",
219+
// miner: "0x42EB768f2244C8811C63729A21A3569731535f06",
220220
extraData: "0xd783010600846765746887676f312e372e33856c696e757800000000000000004e10f96536e45ceca7e34cc1bdda71db3f3bb029eb69afd28b57eb0202c0ec0859d383a99f63503c4df9ab6c1dc63bf6b9db77be952f47d86d2d7b208e77397301",
221221
transactions: []
222222
},
@@ -420,7 +420,7 @@ const blockchainData: { [ network: string ]: TestCases } = {
420420
difficulty: 2,
421421
gasLimit: bnify("10455073"),
422422
gasUsed: bnify("0"),
423-
miner: "0x0000000000000000000000000000000000000000",
423+
// miner: "0xe0a2Bd4258D2768837BAa26A28fE71Dc079f84c7",
424424
extraData: "0x506172697479205465636820417574686f7269747900000000000000000000002822e1b202411c38084d96c84302b8361ec4840a51cd2fad9cb4bd9921cad7e64bc2e5dc7b41f3f75b33358be3aec718cf4d4317ace940e01b3581a95c9259ac01",
425425
transactions: []
426426
},
@@ -433,7 +433,7 @@ const blockchainData: { [ network: string ]: TestCases } = {
433433
difficulty: 2,
434434
gasLimit: bnify(0x7a1200),
435435
gasUsed: bnify("0x0d0ef5"),
436-
miner: "0x0000000000000000000000000000000000000000",
436+
// miner: "0x22eA9f6b28DB76A7162054c05ed812dEb2f519Cd",
437437
extraData: "0x0000000000000000000000000000000000000000000000000000000000000000f4e6fc1fbd88adf57a272d98f725487f872ef0495a54c2b873a58d14e010bf517cc5650417f18cfd4ad2396272c564a7da1265ae27c397609293f488ec57d68e01",
438438
transactions: [
439439
"0xea29f0764f03c5c67ac53a866a28ce23a4a032c2de4327e452b39f482920761a",

0 commit comments

Comments
 (0)