We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81e7e8 commit 6d73c01Copy full SHA for 6d73c01
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 = "dappnode";
21
const ethereumUrl = getEthereumUrl(ethProvider);
22
const apm = new ApmRepository(ethereumUrl);
23
0 commit comments