diff --git a/contracts/Quest1155.sol b/contracts/Quest1155.sol index 748ee88f..61d0090d 100644 --- a/contracts/Quest1155.sol +++ b/contracts/Quest1155.sol @@ -116,7 +116,6 @@ contract Quest1155 is ERC1155Holder, ReentrancyGuardUpgradeable, PausableUpgrade if (IERC1155(rewardToken).balanceOf(address(this), tokenId) < totalParticipants) { revert InsufficientTokenBalance(); } - if (address(this).balance < this.maxProtocolReward()) revert InsufficientETHBalance(); queued = true; emit Queued(block.timestamp); }