Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Feb 6, 2024
1 parent 478d733 commit e76f267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/executor/src/senderManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import {
type HexData,
type HexData32
} from "@alto/types"
import type { Logger, Metrics } from "@alto/utils"
import { Semaphore } from "async-mutex"
import type { ApiVersion } from "@alto/types/src"
import type { Logger, Metrics } from "@alto/utils"
import { getGasPrice } from "@alto/utils"
import { Semaphore } from "async-mutex"
import {
type Account,
type Chain,
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc/src/validation/SafeValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import type { ApiVersion } from "@alto/types/src"
import {
type Logger,
type Metrics,
getAddressFromInitCodeOrPaymasterAndData,
calcVerificationGasAndCallGasLimit
calcVerificationGasAndCallGasLimit,
getAddressFromInitCodeOrPaymasterAndData
} from "@alto/utils"
import {
type Account,
Expand Down

0 comments on commit e76f267

Please sign in to comment.