Skip to content

Commit

Permalink
fix: lower maximum fee placeholder because of proto.020-PsParisC.gas_…
Browse files Browse the repository at this point in the history
…limit_too_high
  • Loading branch information
khanti42 committed Aug 19, 2024
1 parent abf6464 commit cb88e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/tezos/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const MAX_GAS_PER_BLOCK = 2600000;
export const GAS_LIMIT_PLACEHOLDER = '1040000';
export const GAS_LIMIT_PLACEHOLDER = '400000';
export const STORAGE_LIMIT_PLACEHOLDER = '60000';
export const FEE_PLACEHOLDER = '0';

Expand Down

0 comments on commit cb88e62

Please sign in to comment.