Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Jul 18, 2023
1 parent 895e3d1 commit e06559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/executor/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export interface NetworkConfig {
banSlack: number;
minSignerBalance: BigNumberish;
multicall: string;
// callGasBaseFeeDivisor reduces baseFee by a given number in % before dividing paid gas
// reduces baseFee by a given number in % before dividing paid gas
// use this as a buffer to callGasLimit
// 25% by default
estimationBaseFeeDivisor: number;
Expand Down

0 comments on commit e06559e

Please sign in to comment.