Skip to content

Commit 7ccf26f

Browse files
authored
Merge pull request #463 from dappnode/marc/usedappnodeprov
change provider to dappnode in test
2 parents d81e7e8 + 5aec8c1 commit 7ccf26f

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 = "remote";
2121
const ethereumUrl = getEthereumUrl(ethProvider);
2222
const apm = new ApmRepository(ethereumUrl);
2323

0 commit comments

Comments
 (0)