From dc05190caed6fd7b8a02511ca52b0be6b12abd2d Mon Sep 17 00:00:00 2001 From: Shivaansh Kapoor Date: Fri, 13 Dec 2024 20:00:31 +0530 Subject: [PATCH] tune verif params again --- test/verification/RecipeVerifier.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/verification/RecipeVerifier.t.sol b/test/verification/RecipeVerifier.t.sol index e66aa12..fe3c2d5 100644 --- a/test/verification/RecipeVerifier.t.sol +++ b/test/verification/RecipeVerifier.t.sol @@ -35,8 +35,8 @@ contract RecipeVerifier is RecipeMarketHubTestBase { // Get the token to deposit for this market (, ERC20 marketInputToken, uint256 lockupTime,,,,) = RECIPE_MARKET_HUB.marketHashToWeirollMarket(MARKET_HASH); - uint256 offerAmount = 10_000_000 * (10 ** (marketInputToken.decimals())); - uint256 numDepositors = 1000; + uint256 offerAmount = 5_000_000 * (10 ** (marketInputToken.decimals())); + uint256 numDepositors = 100; // Create an IP offer in the market address[] memory incentives = new address[](0);