Skip to content

Commit

Permalink
Point token metadata to v2
Browse files Browse the repository at this point in the history
API is not up yet, but I think it is important we have separation of these APIs.
  • Loading branch information
BriungRi authored Sep 21, 2023
1 parent cbd8c0f commit 8bb6124
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 @@ -61,7 +61,7 @@ module aptos_names_v2::v2_config {
max_domain_length: 63,
min_domain_length: 3,
tokendata_description: string::utf8(b"This is an official Aptos Labs Name Service Name"),
tokendata_url_prefix: string::utf8(b"https://www.aptosnames.com/api/mainnet/v1/metadata/"),
tokendata_url_prefix: string::utf8(b"https://www.aptosnames.com/api/mainnet/v2/metadata/"),
domain_price_length_3: 20 * octas(),
domain_price_length_4: 10 * octas(),
domain_price_length_5: 5 * octas(),
Expand Down

0 comments on commit 8bb6124

Please sign in to comment.