Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 19, 2024
1 parent 91fed41 commit b46de78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/DeployContracts.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ contract DeployContracts is Script {
console.log("Deploying contracts on the base testnet");

result = deploymentsOnBaseSepolia();

} else if (block.chainid == 8453) {
console.log("Deploying contracts on the base mainnet");

Expand Down Expand Up @@ -184,7 +183,7 @@ contract DeployContracts is Script {
// give defender the exchanger role
votingPowerExchange.grantRole(votingPowerExchange.EXCHANGER_ROLE(), defender);
vm.stopBroadcast();

return DeploymentResult({
utilityToken: address(utilityToken),
govToken: address(govToken),
Expand All @@ -196,7 +195,7 @@ contract DeployContracts is Script {
manager: manager,
exchanger: exchanger,
deployerKey: uint256(0), // this is for outputing the type
participant: uint256(0) // this is for outputing the type
participant: uint256(0) // this is for outputing the type
});
}
}

0 comments on commit b46de78

Please sign in to comment.