Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Dec 4, 2024
1 parent 4d37ff6 commit 82349b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ export class Executor {
try {
const isLegacyTransaction = this.config.legacyTransactions

const gasPrice = gasPriceParameters
// const gasPrice = gasPriceParameters

//if (this.config.noProfitBundling) {
// const gasPrice = totalBeneficiaryFees / gasLimit
Expand Down
2 changes: 1 addition & 1 deletion src/rpc/validation/UnsafeValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { fromZodError } from "zod-validation-error"
import { GasEstimationHandler } from "../estimation/gasEstimationHandler"
import type { SimulateHandleOpResult } from "../estimation/types"
import type { AltoConfig } from "../../createConfig"
import { SignedAuthorization, SignedAuthorizationList } from "viem/experimental"
import { SignedAuthorizationList } from "viem/experimental"

export class UnsafeValidator implements InterfaceValidator {
config: AltoConfig
Expand Down

0 comments on commit 82349b4

Please sign in to comment.