Skip to content

Commit

Permalink
Fix scripts naming
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0lf committed Jul 28, 2024
1 parent 7222235 commit 4e7761f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AxelarHandler/script/AxelarHandlerSetRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "forge-std/Script.sol";

import {AxelarHandler} from "src/AxelarHandler.sol";

contract AxelarHandlerUpgradeScript is Script {
contract AxelarHandlerSetRouterScript is Script {
AxelarHandler public handler;
address public router;

Expand Down
2 changes: 1 addition & 1 deletion CCTPRelayer/script/SetRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./BaseScript.sol";
import {ERC1967Proxy} from "lib/openzeppelin-contracts/contracts/proxy/ERC1967/ERC1967Proxy.sol";
import {CCTPRelayer} from "src/CCTPRelayer.sol";

contract DeploymentScript is BaseScript {
contract SetRouterScript is BaseScript {
function run() public {
vm.startBroadcast();

Expand Down

0 comments on commit 4e7761f

Please sign in to comment.