Skip to content

Commit

Permalink
chore: rename migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 24, 2023
1 parent 42ed2ff commit 19ed00e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.19;
import { ContractKey } from "foundry-deployment-kit/configs/ContractConfig.sol";
import { RNSDeploy } from "script/RNSDeploy.s.sol";

contract Migration__20231024_UpgradeController is RNSDeploy {
contract Migration__20231025_UpgradeController is RNSDeploy {
function run() public trySetUp {
_upgradeProxy(ContractKey.RONRegistrarController, EMPTY_ARGS);
}
Expand Down

0 comments on commit 19ed00e

Please sign in to comment.