Skip to content

Commit

Permalink
chore: fix scripts run date
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Jul 5, 2024
1 parent 2226da4 commit 48d7e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { Contract } from "script/utils/Contract.sol";
import { Migration } from "script/Migration.s.sol";

contract Migration__20240407_MigrateAuctionAndControllerAdminMainnet is Migration {
contract Migration__20240507_MigrateAuctionAndControllerAdminMainnet is Migration {
RONRegistrarController private _controller;
RNSAuction private _auction;
address private _currentAdmin;
Expand Down

0 comments on commit 48d7e76

Please sign in to comment.