Skip to content

Commit

Permalink
lower min balance
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 16, 2024
1 parent 5af68a8 commit 8af96e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entrykit/src/onboarding/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export type Step = {
content: null | ReactNode;
};

export const minGasBalance = parseEther("0.05");
export const minGasBalance = parseEther("0.01");

0 comments on commit 8af96e1

Please sign in to comment.