We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ethers-io
Learn more about funding links in repositories.
Report abuse
1 parent 085a905 commit a8afb72Copy full SHA for a8afb72
src.ts/providers/default-provider.ts
@@ -87,7 +87,7 @@ export function getDefaultProvider(network: string | Networkish | WebSocketLike,
87
*/
88
if (options.quicknode !== "-") {
89
try {
90
- let token = options.qquicknode;
+ let token = options.quicknode;
91
providers.push(new QuickNodeProvider(network, token));
92
} catch (error) { console.log(error); }
93
}
0 commit comments