We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea2dc4 commit 3a9d109Copy full SHA for 3a9d109
1 file changed
src/commands/publish/handler.ts
@@ -55,7 +55,7 @@ export async function publishHandler({
55
uploadTo = "ipfs";
56
verbose = true;
57
}
58
- ethProvider = "infura";
+ ethProvider = "remote";
59
githubRelease = true;
60
61
0 commit comments