Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 11, 2024
1 parent e495312 commit b36c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-contracts/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract DeployBolt is Script {
symbioticOperatorNetOptIn,
symbioticVaultRegistry
);
console.log("BoltSymbioticMiddleware deployed at", address(eigenLayerMiddleware));
console.log("BoltSymbioticMiddleware deployed at", address(symbioticMiddleware));
vm.stopBroadcast();
}
}

0 comments on commit b36c194

Please sign in to comment.