Skip to content

Commit

Permalink
Merge branch 'master' into pxrl/weth
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Oct 9, 2023
2 parents 9c333d8 + c1dd7f6 commit 763b463
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 143 deletions.
6 changes: 3 additions & 3 deletions src/clients/ProfitClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ export class ProfitClient {
readonly hubPoolClient: HubPoolClient,
spokePoolClients: SpokePoolClientsByChain,
readonly enabledChainIds: number[],
readonly defaultMinRelayerFeePct: BigNumber = toBNWei(constants.RELAYER_MIN_FEE_PCT),
readonly debugProfitability: boolean = false,
protected gasMultiplier: BigNumber = toBNWei(1)
readonly defaultMinRelayerFeePct = toBNWei(constants.RELAYER_MIN_FEE_PCT),
readonly debugProfitability = false,
protected gasMultiplier = toBNWei(1)
) {
// Require 1% <= gasMultiplier <= 400%
assert(
Expand Down
Loading

0 comments on commit 763b463

Please sign in to comment.