We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d81e7e8 + 5aec8c1 commit 7ccf26fCopy full SHA for 7ccf26f
1 file changed
test/tasks/generatePublishTx.test.ts
@@ -17,7 +17,7 @@ describe("generatePublishTx", async function () {
17
this.timeout(60 * 1000);
18
19
const burnAddress = "0x0000000000000000000000000000000000000000";
20
- const ethProvider = "infura";
+ const ethProvider = "remote";
21
const ethereumUrl = getEthereumUrl(ethProvider);
22
const apm = new ApmRepository(ethereumUrl);
23
0 commit comments