Skip to content

Commit

Permalink
bolt-contracts: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0ex-d committed Jan 23, 2025
1 parent 24a5a41 commit a93a34d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bolt-contracts/script/holesky/admin/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import {BoltSymbioticMiddlewareV1} from "../../../src/contracts/BoltSymbioticMid
import {BoltConfig} from "../../../src/lib/BoltConfig.sol";

/// @notice Script to deploy the Bolt contracts.
/// Run: forge script script/holesky/admin/Deploy.s.sol --rpc-url $RPC_HOLESKY --private-key $NETWORK_PRIVATE_KEY --force -vvvv
/// Run with Broadcast: forge script script/holesky/admin/Deploy.s.sol --rpc-url $RPC_HOLESKY --private-key $NETWORK_PRIVATE_KEY --broadcast --verify -vvvv
contract DeployBolt is Script {
function run() public {
// The admin address will be authorized to call the adminOnly functions
Expand Down

0 comments on commit a93a34d

Please sign in to comment.