Skip to content

Commit

Permalink
add OTHERS dispute tag (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spablob authored Dec 20, 2024
1 parent b7c09ab commit 23afff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/foundry/utils/DeployHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ 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));
Expand Down

0 comments on commit 23afff8

Please sign in to comment.