Skip to content

Commit 2173931

Browse files
committed
fix: missing init
1 parent 9ffbedd commit 2173931

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
@@ -776,6 +776,7 @@ export function createOrLoadGraphNetwork(
776776
graphNetwork.fishermanRewardPercentage = 0
777777
graphNetwork.fishermanRewardCut = 0
778778
graphNetwork.maxSlashingCut = 0
779+
graphNetwork.disputePeriod = BigInt.fromI32(0)
779780

780781
graphNetwork.totalGRTDeposited = BigInt.fromI32(0)
781782
graphNetwork.totalGRTDepositedConfirmed = BigInt.fromI32(0)

0 commit comments

Comments
 (0)