Skip to content

Commit

Permalink
raise fee check gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 11, 2023
1 parent d2497cc commit bfd8055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const idleDeathPenaltyBlocks = 300;

// UI PARAMS
export const MIN_BALANCE = 10000000000000; // 0.00001ETH or $0.015
export const FEE_CHECK_BALANCE = 100000000000000; // 0.0001ETH or $0.15
export const FEE_CHECK_BALANCE = 250000000000000; // 0.00025ETH or $0.45

export const deathMessages = [
{
Expand Down

0 comments on commit bfd8055

Please sign in to comment.