Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennevins committed Nov 22, 2024
1 parent 0f6f0fd commit f2587a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/ExampleUpgrade.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract ExampleUpgrade is Script {
deployer = vm.rememberKey(vm.envUint("PRIVATE_KEY"));
vm.label(deployer, "Deployer");

// Read existing deployments
// Read existing deployments based on chain id
coreDeployment = CoreDeploymentLib.readDeploymentJson("deployments/core/", block.chainid);
helloWorldDeployment = HelloWorldDeploymentLib.readDeploymentJson(block.chainid);
proxyAdmin = helloWorldDeployment.proxyAdmin;
Expand Down

0 comments on commit f2587a6

Please sign in to comment.