Skip to content

Commit

Permalink
fix typos (#12910)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored Nov 19, 2024
1 parent fbcfb83 commit 3e7c1dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ import { BaseDeployIO } from "scripts/deploy/BaseDeployIO.sol";
// we use variable names that are shorthand for the full contract names, for example:
// - `dsi` for DeploySuperchainInput
// - `dso` for DeploySuperchainOutput
// - `dio` for DeployImplementationsInput
// - `dii` for DeployImplementationsInput
// - `dio` for DeployImplementationsOutput
// - `doo` for DeployOPChainInput
// - `doi` for DeployOPChainInput
// - `doo` for DeployOPChainOutput
// - etc.

Expand Down

0 comments on commit 3e7c1dd

Please sign in to comment.