Skip to content

Commit 3a9d109

Browse files
authored
Use dappnode's remote ETH provider (#458)
internal gh dappnode releases use the "dappnode_team_preset" flag, which uses infura's eth provider. This changes it to use dappnode's
1 parent aea2dc4 commit 3a9d109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/publish/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function publishHandler({
5555
uploadTo = "ipfs";
5656
verbose = true;
5757
}
58-
ethProvider = "infura";
58+
ethProvider = "remote";
5959
githubRelease = true;
6060
}
6161

0 commit comments

Comments
 (0)