Skip to content

Commit

Permalink
tune verif params again
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaanshK committed Dec 13, 2024
1 parent eaef37f commit dc05190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/verification/RecipeVerifier.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dc05190

Please sign in to comment.