Skip to content

Commit

Permalink
remove view method in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti committed Apr 10, 2024
1 parent 0885c24 commit 4045981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/foundry/utils/DeployHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ contract DeployHelper is Script, BroadcastManager, JsonDeploymentHandler, Storag
// Royalty Module and SP Royalty Policy
royaltyModule.setLicensingModule(address(licensingModule));
royaltyModule.setDisputeModule(address(disputeModule));
protocolAccessManager.hasRole(ProtocolAdmin.PROTOCOL_ADMIN_ROLE, deployer);
royaltyModule.whitelistRoyaltyPolicy(address(royaltyPolicyLAP), true);
royaltyModule.whitelistRoyaltyToken(address(erc20), true);
royaltyPolicyLAP.setSnapshotInterval(7 days);
Expand Down

0 comments on commit 4045981

Please sign in to comment.