Skip to content

Commit

Permalink
indexer-common: Use consistent deployment names
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Sep 27, 2022
1 parent f753628 commit 4b93223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class AllocationManager {
await this.subgraphManager.ensure(
logger,
this.models,
`${deployment.ipfsHash.slice(0, 23)}/${deployment.ipfsHash.slice(23)}`,
`indexer-agent/${deployment.ipfsHash.slice(-10)}`,
deployment,
indexNode,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,7 @@ export default {
await subgraphManager.ensure(
logger,
models,
`${subgraphDeployment.ipfsHash.slice(0, 23)}/${subgraphDeployment.ipfsHash.slice(
23,
)}`,
`indexer-agent/${subgraphDeployment.ipfsHash.slice(-10)}`,
subgraphDeployment,
indexNode,
)
Expand Down

0 comments on commit 4b93223

Please sign in to comment.