diff --git a/script/foundry/utils/DeployHelper.sol b/script/foundry/utils/DeployHelper.sol index e0d12c3bb..253e652e8 100644 --- a/script/foundry/utils/DeployHelper.sol +++ b/script/foundry/utils/DeployHelper.sol @@ -763,7 +763,6 @@ contract DeployHelper is Script, BroadcastManager, JsonDeploymentHandler, Storag disputeModule.whitelistDisputeTag("IMPROPER_USAGE", true); disputeModule.whitelistDisputeTag("IMPROPER_PAYMENT", true); disputeModule.whitelistDisputeTag("CONTENT_STANDARDS_VIOLATION", true); - disputeModule.whitelistDisputeTag("OTHERS", true); disputeModule.whitelistArbitrationPolicy(address(arbitrationPolicyUMA), true); disputeModule.setArbitrationRelayer(address(arbitrationPolicyUMA), address(arbitrationPolicyUMA)); disputeModule.setBaseArbitrationPolicy(address(arbitrationPolicyUMA));