Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Aug 8, 2024
1 parent ea08a84 commit 61c873e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ contract LaunchAuctionPriceOracleBase is Test {
function setUp() public {
uint256[] memory rentPrices = new uint256[](6);


/// @dev These are the per-second prices (wei/s) for various letter lengths, i.e.
/// 1-letter == rent1, 2-letter == rent2, etc.
/// The price values are set so that the annual pricing matches our product prices:
/// 0.1 ETH for a 3-letter name, 0.01 ETH for a 4-letter name, etc...
/// 0.1 ETH for a 3-letter name, 0.01 ETH for a 4-letter name, etc...
rent1 = 316_808_781_402;
rent2 = 31_680_878_140;
rent3 = 3_168_087_814;
Expand Down

0 comments on commit 61c873e

Please sign in to comment.