Skip to content

Commit

Permalink
common: add missing protocolNetwork field when creating allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Aug 21, 2023
1 parent 6e286a7 commit c3f66ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ export default {
allocationAmount: allocationAmount.toString(),
identifierType: SubgraphIdentifierType.DEPLOYMENT,
decisionBasis: IndexingDecisionBasis.ALWAYS,
protocolNetwork,
} as Partial<IndexingRuleAttributes>

await models.IndexingRule.upsert(indexingRule)
Expand Down

0 comments on commit c3f66ef

Please sign in to comment.