Skip to content

Commit

Permalink
Update src/commands/create/groups/scripting.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Feb 16, 2024
1 parent f6d28ba commit 5d7bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/create/groups/scripting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { GenericTemplate } from "../index.js";

type Template = GenericTemplate & {
framework: "Node.js";
ethereumFramework: "Ethers v5" | "Ethers v6" | "viem" | "web3js";
ethereumFramework: "Ethers v5" | "Ethers v6" | "viem" | "Web3.js";
};

export const templates: Template[] = [
Expand Down

0 comments on commit 5d7bfff

Please sign in to comment.