Skip to content

Commit

Permalink
Merge branch 'master' into feat/upgrade-example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins authored Dec 12, 2024
2 parents 694b977 + de54223 commit e2746d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/DeployEigenLayerCore.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Script} from "forge-std/Script.sol";
import {CoreDeploymentLib} from "./utils/CoreDeploymentLib.sol";
import {UpgradeableProxyLib} from "./utils/UpgradeableProxyLib.sol";

contract DeployEigenlayerCore is Script {
contract DeployEigenLayerCore is Script {
using CoreDeploymentLib for *;
using UpgradeableProxyLib for address;

Expand Down

0 comments on commit e2746d1

Please sign in to comment.