Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Nov 11, 2024
1 parent e2b5b9a commit 6f44528
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion script/GrantRoles.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ contract GrantRolesContract is Script {
}

// deploy the contracts on the base sepolia network for testing
function grantRolesToTargetAddress(address targetAddr, address utilityTokenAddr, address govTokenAddr, address exchangeAddr) public {
function grantRolesToTargetAddress(
address targetAddr,
address utilityTokenAddr,
address govTokenAddr,
address exchangeAddr
) public {
uint256 privateKey = vm.envUint("PRIVATE_KEY_DEPLOYER");
// testnet we set all of the roles as deployer
// admin = targetAddr;
Expand Down

0 comments on commit 6f44528

Please sign in to comment.