refactor: update API key comment

This commit is contained in:
dzimiks 2023-08-25 19:43:17 +02:00
parent 80d5bc34b4
commit 4b5c183776

View File

@ -31,7 +31,8 @@ import type { AbstractProvider } from "./abstract-provider.js";
import type { CommunityResourcable } from "./community.js";
import type { Networkish } from "./network.js";
// The public RPC endpoint doesn't require
// API key, but it's rate-limited
const defaultApiKey = "";
function getHost(name: string): string {