diff --git a/packages/indexer-common/src/indexer-management/allocations.ts b/packages/indexer-common/src/indexer-management/allocations.ts index 46357c72b..73a7f3032 100644 --- a/packages/indexer-common/src/indexer-management/allocations.ts +++ b/packages/indexer-common/src/indexer-management/allocations.ts @@ -933,7 +933,7 @@ export class AllocationManager { params.closingAllocationID, params.poi, ), - await this.contracts.staking.populateTransaction.allocateFrom( + await this.network.contracts.staking.populateTransaction.allocateFrom( params.indexer, params.subgraphDeploymentID, params.tokens,