From d1563f91a0c9248d9af50e154a47fe4aee2d33d3 Mon Sep 17 00:00:00 2001 From: silent-cipher Date: Wed, 25 Mar 2026 20:45:32 +0530 Subject: [PATCH] Update mainnet maxProvingPeriod from 240 to 2880 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1059635..428b934 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ xxxxxxxxxxxx - Switch chain environment - mainnet - Update `subgraph.yaml` with `cp subgraph/subgraph_mainnet.yaml subgraph/subgraph.yaml` - - Update `subgraph/src/pdp-verifier.ts` to set `proofSet.maxProvingPeriod = BigInt.fromI32(240);` + - Update `subgraph/src/pdp-verifier.ts` to set `proofSet.maxProvingPeriod = BigInt.fromI32(2880);` - calibration - Update `subgraph.yaml` with `cp subgraph/subgraph_testnet.yaml subgraph/subgraph.yaml` - Update `subgraph/src/pdp-verifier.ts` to set `proofSet.maxProvingPeriod = BigInt.fromI32(240);`