Skip to content

Commit

Permalink
fix some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Nov 11, 2024
1 parent 6f44528 commit 50d34b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions script/GrantRoles.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ contract GrantRolesContract is Script {
address exchangeAddr
) public {
uint256 privateKey = vm.envUint("PRIVATE_KEY_DEPLOYER");
// testnet we set all of the roles as deployer
// admin = targetAddr;
// pauser = targetAddr;
// minter = targetAddr;
// burner = targetAddr;
// manager = targetAddr;
// exchanger = targetAddr;
// upgrader = targetAddr;

//// start calling onchain functions ////
vm.startBroadcast(privateKey);
Expand Down

0 comments on commit 50d34b9

Please sign in to comment.