Skip to content

Commit

Permalink
fix(lint): auto-fix [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Jun 4, 2024
1 parent c1f81e9 commit 1ecc521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/chains.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Address, BigDecimal, BigInt } from '@graphprotocol/graph-ts'

import { StaticTokenDefinition } from './staticTokenDefinition'
import { OPTIMISM_POOL_MAPPINGS } from '../backfill/poolMappings'
import { StaticTokenDefinition } from './staticTokenDefinition'

export enum ChainId {
ARBITRUM_ONE = 42161,
Expand Down

0 comments on commit 1ecc521

Please sign in to comment.