Skip to content

Commit

Permalink
fix: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Mar 25, 2024
1 parent 72bd41c commit 4f931c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/Migration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ abstract contract Migration is BaseMigration {

// RNSDomainPrice
param.rnsDomainPrice.admin = temporaryAdmin;
<<<<<<< HEAD
param.rnsDomainPrice.overrider = duke;
=======
>>>>>>> feature/script
param.rnsDomainPrice.domainPriceOperators = _toSingletonArray(operator);
param.rnsDomainPrice.renewalFees = new INSDomainPrice.RenewalFee[](4);
param.rnsDomainPrice.renewalFees[0] = INSDomainPrice.RenewalFee(5, uint256(5e18) / 365 days);
Expand Down

0 comments on commit 4f931c4

Please sign in to comment.