Skip to content

Commit

Permalink
merge (AngleProtocol#50) (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
indaviande authored Dec 16, 2024
1 parent efc72d3 commit 6bef9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type MerklConfig<T extends Themes> = {
modes: Mode[];
wagmi: Parameters<typeof createWagmiConfig>["0"];
appName: string;
fonts?: { title: string[]; text: string[]; mono: string[] };
routes: routesType;
images: {
[name: string]: string;
Expand Down

0 comments on commit 6bef9dc

Please sign in to comment.