We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffbedd commit 2173931Copy full SHA for 2173931
src/mappings/helpers/helpers.ts
@@ -776,6 +776,7 @@ export function createOrLoadGraphNetwork(
776
graphNetwork.fishermanRewardPercentage = 0
777
graphNetwork.fishermanRewardCut = 0
778
graphNetwork.maxSlashingCut = 0
779
+ graphNetwork.disputePeriod = BigInt.fromI32(0)
780
781
graphNetwork.totalGRTDeposited = BigInt.fromI32(0)
782
graphNetwork.totalGRTDepositedConfirmed = BigInt.fromI32(0)
0 commit comments