Skip to content

Commit

Permalink
common: moved imports to same spot
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr authored and dwerner committed Jul 15, 2024
1 parent 9e7523c commit 4e5f8b9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/indexer-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import {
AddressBook,
toAddress,
} from '@graphprotocol/common-ts'
import { connectContracts as connectTapContracts } from '@semiotic-labs/tap-contracts-bindings'
import {
connectContracts as connectTapContracts,
NetworkContracts as TapContracts,
} from '@semiotic-labs/tap-contracts-bindings'
import {
INDEXER_ERROR_MESSAGES,
indexerError,
Expand Down Expand Up @@ -121,9 +124,9 @@ export class Network {
deployment:
networkSubgraphDeploymentId !== undefined
? {
graphNode,
deployment: networkSubgraphDeploymentId,
}
graphNode,
deployment: networkSubgraphDeploymentId,
}
: undefined,
subgraphFreshnessChecker: networkSubgraphFreshnessChecker,
})
Expand Down

0 comments on commit 4e5f8b9

Please sign in to comment.