Skip to content

Commit 9b996e9

Browse files
committed
fix: missing initalized field
1 parent 0561b93 commit 9b996e9

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
@@ -773,6 +773,7 @@ export function createOrLoadGraphNetwork(
773773
graphNetwork.indexingSlashingPercentage = 0
774774
graphNetwork.slashingPercentage = 0 // keeping it for backwards compatibility for now
775775
graphNetwork.minimumDisputeDeposit = BigInt.fromI32(0)
776+
graphNetwork.fishermanRewardPercentage = 0
776777
graphNetwork.fishermanRewardCut = 0
777778
graphNetwork.maxSlashingCut = 0
778779

0 commit comments

Comments
 (0)