Skip to content

Commit

Permalink
chore: fix typo in contract name
Browse files Browse the repository at this point in the history
Because having the contract and file names differ in casing on a single letter is prone to errors.
  • Loading branch information
MegaRedHand committed Nov 19, 2024
1 parent 001dc6e commit a3ffcfa
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 a3ffcfa

Please sign in to comment.