From 0b903e356e1b8a6b8bdba24416936425f6199650 Mon Sep 17 00:00:00 2001 From: Marc Font <36164126+Marketen@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:49:04 +0100 Subject: [PATCH] Use dappnode's remote ETH provider internal gh dappnode releases use the "dappnode_team_preset" flag, which uses infura's eth provider. This changes it to use dappnode's --- src/commands/publish/handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/publish/handler.ts b/src/commands/publish/handler.ts index 7aa182fc..926b4901 100644 --- a/src/commands/publish/handler.ts +++ b/src/commands/publish/handler.ts @@ -55,7 +55,7 @@ export async function publishHandler({ uploadTo = "ipfs"; verbose = true; } - ethProvider = "infura"; + ethProvider = "remote"; githubRelease = true; }