Skip to content

Commit

Permalink
💩 Increase gas estimator intercept to 200000
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 5, 2024
1 parent c1795ce commit 0671c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const DEFAULT_GAS_PRICE_NUMBER = DEFAULT_GAS_PRICE[0].amount;

export const GAS_ESTIMATOR_BUFFER_RATIO = 1.25;
export const GAS_ESTIMATOR_SLOPE = 12.36;
export const GAS_ESTIMATOR_INTERCEPT = 110533;
export const GAS_ESTIMATOR_INTERCEPT = 200000;

export const DEFAULT_MESSAGE_GAS = 200000;

Expand Down

0 comments on commit 0671c12

Please sign in to comment.