Skip to content

Commit

Permalink
feat(contracts): upgrade script todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 17, 2024
1 parent 239bebc commit 9b112a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bolt-contracts/script/holesky/Upgrade.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ import {BoltSymbioticMiddlewareV1} from "../../../src/contracts/BoltSymbioticMid
import {BoltConfig} from "../../../src/lib/Config.sol";

contract UpgradeBolt is Script {
function run() public {}
function run() public {
// TODO: Validate upgrades with Upgrades.validateUpgrade

// TODO: Upgrade contracts with Upgrades.upgradeProxy
}
}

0 comments on commit 9b112a7

Please sign in to comment.