Skip to content

Commit

Permalink
fix(ethexe/contracts): rename RouterScript to DeploymentScript (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Nov 5, 2024
1 parent 08e0da7 commit 712fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethexe/contracts/script/Deployment.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {MirrorProxy} from "../src/MirrorProxy.sol";
import {Router} from "../src/Router.sol";
import {WrappedVara} from "../src/WrappedVara.sol";

contract RouterScript is Script {
contract DeploymentScript is Script {
WrappedVara public wrappedVara;
Router public router;
Mirror public mirror;
Expand Down

0 comments on commit 712fc0d

Please sign in to comment.