Skip to content

Commit

Permalink
Update app/src/data/content.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ronny-mysten <[email protected]>
  • Loading branch information
stefan-mysten and ronny-mysten authored Dec 11, 2024
1 parent 2debe9e commit 6f00467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/data/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const FAQContent = {
},
{
title: "Why would I want to use MVR?",
content: `The first advantage of using MVR is reducing the maintenance burden in your own PTBs. Rather than having to update package addresses and type versions after each upgrade, you can write your PTBs against a logical name for your Move package. Instead of figuring out the right version for each of your types for each network you want to test on, you can just use MVR. This makes it easier for novice blockchain developers to build on Sui, because it elides the complexity of versions, package addresses, and how these interact across networks. The second advantage of MVR is making it easier to add your package as a dependency, both for yourself and others. MVR handles linking to source packages and will also allow transparent switching between testnet and mainnet versions of packages when you are building Move code against a different environment.`,
content: `The first advantage of using MVR is reducing the maintenance burden in your own PTBs. Rather than having to update package addresses and type versions after each upgrade, you can write your PTBs against a logical name for your Move package. Instead of determining the right version for each of your types for each network you want to test on, you can just use MVR. This makes it easier for novice blockchain developers to build on Sui, because it elides the complexity of versions, package addresses, and how these interact across networks. The second advantage of MVR is making it easier to add your package as a dependency, both for yourself and others. MVR handles linking to source packages and also allows transparent switching between Testnet and Mainnet versions of packages when you are building Move code against a different environment.`,
},
{
title: "What does MVR stand for?",
Expand Down

0 comments on commit 6f00467

Please sign in to comment.