Skip to content

Commit 06a3798

Browse files
committed
common: fix global indexing rule creation
1 parent d9fa2bf commit 06a3798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/indexer-common/src/operator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export class Operator {
172172
decisionBasis: 'rules',
173173
requireSupported: true,
174174
safety: true,
175+
protocolNetwork: this.specification.networkIdentifier,
175176
}
176177

177178
const defaultGlobalRule = await this.indexerManagement

0 commit comments

Comments
 (0)