Skip to content

Commit

Permalink
Set max_number_of_years to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BriungRi authored Sep 21, 2023
1 parent cbd8c0f commit 24ad088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_v2/sources/v2_config.move
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module aptos_names_v2::v2_config {
enabled: true,
admin_address,
fund_destination_address,
max_number_of_seconds_registered: SECONDS_PER_YEAR * 2,
max_number_of_seconds_registered: SECONDS_PER_YEAR,
max_domain_length: 63,
min_domain_length: 3,
tokendata_description: string::utf8(b"This is an official Aptos Labs Name Service Name"),
Expand Down

0 comments on commit 24ad088

Please sign in to comment.