Skip to content

Commit 0641632

Browse files
committed
fix: provisionedOperators missing init
1 parent fc643d2 commit 0641632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mappings/helpers/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ export function createOrLoadGraphAccount(owner: Bytes, timeStamp: BigInt): Graph
475475
graphAccount = new GraphAccount(id)
476476
graphAccount.createdAt = timeStamp.toI32()
477477
graphAccount.operators = []
478+
graphAccount.provisionedOperators = []
478479
graphAccount.balance = BigInt.fromI32(0)
479480
graphAccount.balanceReceivedFromL1Signalling = BigInt.fromI32(0)
480481
graphAccount.balanceReceivedFromL1Delegation = BigInt.fromI32(0)

0 commit comments

Comments
 (0)