Skip to content

Commit

Permalink
fix: lava typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyNotBear authored and fracek committed Nov 28, 2023
1 parent 3977e5b commit 23b9530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/providers/lava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type LavaProviderArgs = {
};

/** Configure the Lava provider using the provided API key. */
export function lavalProvider({ apiKey }: LavaProviderArgs) {
export function lavaProvider({ apiKey }: LavaProviderArgs) {
return jsonRpcProvider({
rpc: (chain) => {
const baseHttpUrl = chain.rpcUrls["lava"]?.http[0];
Expand Down

0 comments on commit 23b9530

Please sign in to comment.