Skip to content

Commit 6d73c01

Browse files
committed
change provider to dappnode in test
1 parent d81e7e8 commit 6d73c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tasks/generatePublishTx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("generatePublishTx", async function () {
1717
this.timeout(60 * 1000);
1818

1919
const burnAddress = "0x0000000000000000000000000000000000000000";
20-
const ethProvider = "infura";
20+
const ethProvider = "dappnode";
2121
const ethereumUrl = getEthereumUrl(ethProvider);
2222
const apm = new ApmRepository(ethereumUrl);
2323

0 commit comments

Comments
 (0)