Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ddc20a

Browse files
committedApr 15, 2025
fix lint issues
1 parent 9466adb commit 1ddc20a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+107
-109
lines changed
 

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/base/bridged-woeth-strategy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as bridgedWOETHStrategyABI from '@abi/strategy-bridged-woeth'
22
import { EventWOETHPriceUpdated } from '@model'
3-
import { Context, logFilter } from '@originprotocol/squid-utils'
4-
import { EvmBatchProcessor } from '@subsquid/evm-processor'
3+
import { Context, EvmBatchProcessor, logFilter } from '@originprotocol/squid-utils'
54
import { baseAddresses } from '@utils/addresses-base'
65

76
const filter = logFilter({

0 commit comments

Comments
 (0)
Please sign in to comment.