Skip to content

Commit

Permalink
script: rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Jul 15, 2024
1 parent 08c3887 commit 83c3cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { OwnedMulticallerDeploy } from "script/contracts/OwnedMulticallerDeploy.
import { ErrorHandler } from "src/libraries/ErrorHandler.sol";
import { EventRange } from "src/libraries/LibEventRange.sol";

contract Migration__02_Revoke_Roles_Mainnet is Migration {
contract Migration__02_GrantAdminRoleForMultisig_Mainnet is Migration {
using Strings for *;
using ErrorHandler for bool;
using LibRNSDomain for string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { RONRegistrarController } from "src/RONRegistrarController.sol";
import { OwnedMulticaller } from "src/utils/OwnedMulticaller.sol";
import { INSDomainPrice } from "src/interfaces/INSDomainPrice.sol";

contract Migration__01_Revoke_Roles_Testnet is Migration {
contract Migration__02_GrantAdminRoleForMultisig_Testnet is Migration {
using Strings for *;
using LibRNSDomain for string;

Expand Down

0 comments on commit 83c3cc4

Please sign in to comment.