diff --git a/protocol/reseed/reseed3.js b/protocol/reseed/reseed3.js index 7c0497a34..389e3528f 100644 --- a/protocol/reseed/reseed3.js +++ b/protocol/reseed/reseed3.js @@ -17,7 +17,7 @@ async function reseed3(account, L2Beanstalk, mock, verbose = false) { // Read and parse the JSON file const accountPlots = JSON.parse(await fs.readFileSync(farmerPlotsPath)); - targetEntriesPerChunk = 800; + targetEntriesPerChunk = 500; plotChunks = await splitEntriesIntoChunksOptimized(accountPlots, targetEntriesPerChunk); const InitFacet = await (await ethers.getContractFactory("ReseedField", account)).deploy(); await InitFacet.deployed();